aboutsummaryrefslogtreecommitdiff
path: root/community/aspell/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-14 00:40:25 +0300
committerCem Keylan <cem@ckyln.com>2020-07-14 00:40:25 +0300
commitda68d6a3591b54d18f2ef5043648285d69cd9d83 (patch)
tree84c29730092dc9caf7c15afd0d33bc1fe8fe0265 /community/aspell/build
parent6e2e9d9e4b57a8446f8136ab48646709785f7280 (diff)
downloadrepository-da68d6a3591b54d18f2ef5043648285d69cd9d83.tar.gz
aspell: add new package at 0.60.8
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