aboutsummaryrefslogtreecommitdiff
path: root/xorg/pixman/build
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/pixman/build')
-rwxr-xr-xxorg/pixman/build8
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg/pixman/build b/xorg/pixman/build
new file mode 100755
index 00000000..cb0b1bff
--- /dev/null
+++ b/xorg/pixman/build
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --disable-gtk
+
+make
+make DESTDIR="$1" install