summaryrefslogtreecommitdiff
path: root/hunspell/Pkgfile
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2013-09-29 18:31:45 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2013-09-29 18:31:45 +0900
commit5027566cb1f0c9ce3c05216e07cd85bf20cdd27e (patch)
treeb0217171658b9fa07c1f019ff244d7ef18aef680 /hunspell/Pkgfile
parent0dff7d606682d2fe351a67d5289de66ac0a0dc5d (diff)
downloadopt-5027566cb1f0c9ce3c05216e07cd85bf20cdd27e.tar.gz
opt-5027566cb1f0c9ce3c05216e07cd85bf20cdd27e.tar.xz
hunspell: Add static library
Diffstat (limited to 'hunspell/Pkgfile')
-rw-r--r--hunspell/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/hunspell/Pkgfile b/hunspell/Pkgfile
index 926aab4be..4a45ba1c0 100644
--- a/hunspell/Pkgfile
+++ b/hunspell/Pkgfile
@@ -5,15 +5,14 @@
name=hunspell
version=1.3.2
-release=1
+release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
- --disable-nls \
- --disable-static
+ --disable-nls
make
make prefix=$PKG/usr install

Generated by cgit