aboutsummaryrefslogtreecommitdiff
path: root/wayland/wayland/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-08 03:33:51 +0300
committerCem Keylan <cem@ckyln.com>2021-02-08 03:33:51 +0300
commit04911b81571f51d38c00b3a27fb9759647440ca8 (patch)
tree4326c23171de9ceb8c44d4fe3b15b1fe6a8d9f64 /wayland/wayland/build
parentedb5eccc2c2c24c16c414990473d4b34eb0f966e (diff)
downloadrepository-04911b81571f51d38c00b3a27fb9759647440ca8.tar.gz
wayland: add new package at 1.19.0
Diffstat (limited to 'wayland/wayland/build')
-rwxr-xr-xwayland/wayland/build9
1 files changed, 9 insertions, 0 deletions
diff --git a/wayland/wayland/build b/wayland/wayland/build
new file mode 100755
index 00000000..c4ea832a
--- /dev/null
+++ b/wayland/wayland/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --enable-static \
+ --disable-documentation
+
+make
+make DESTDIR="$1" install