]> git.armaanb.net Git - asd-repo.git/blobdiff - xorg/xf86-video-vesa/build
Restructure repository
[asd-repo.git] / xorg / xf86-video-vesa / build
diff --git a/xorg/xf86-video-vesa/build b/xorg/xf86-video-vesa/build
new file mode 100755 (executable)
index 0000000..3054c8b
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+export LDFLAGS="-Wl,-z,lazy"
+
+./configure \
+    --prefix=/usr
+
+make
+make DESTDIR="$1" install