]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/libxshmfence/build
Adapt for asd linux
[asd-repo.git] / xorg / libxshmfence / build
diff --git a/xorg/libxshmfence/build b/xorg/libxshmfence/build
new file mode 100755 (executable)
index 0000000..4a70bbd
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --with-shared-memory-dir=/dev/shm
+
+make
+make DESTDIR="$1" install