aboutsummaryrefslogtreecommitdiff
path: root/community/lzo/build
diff options
context:
space:
mode:
Diffstat (limited to 'community/lzo/build')
-rwxr-xr-xcommunity/lzo/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/lzo/build b/community/lzo/build
new file mode 100755
index 00000000..c647b8ef
--- /dev/null
+++ b/community/lzo/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make DESTDIR="$1" install