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