aboutsummaryrefslogtreecommitdiff
path: root/wayland/wayland-protocols/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-08 03:35:10 +0300
committerCem Keylan <cem@ckyln.com>2021-02-08 03:35:10 +0300
commite68872ecc834663bd76331025fe298918485db48 (patch)
treec8f0b78921e3cc9c3b59328b64d1bb10053ccb77 /wayland/wayland-protocols/build
parent04911b81571f51d38c00b3a27fb9759647440ca8 (diff)
downloadrepository-e68872ecc834663bd76331025fe298918485db48.tar.gz
wayland-protocols: add new package at 1.20
Diffstat (limited to 'wayland/wayland-protocols/build')
-rwxr-xr-xwayland/wayland-protocols/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/wayland/wayland-protocols/build b/wayland/wayland-protocols/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/wayland/wayland-protocols/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install