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