1
0
forked from ports/opt

hunspell: Add static library

This commit is contained in:
Alan Mizrahi 2013-09-29 18:31:45 +09:00
parent 0dff7d6066
commit 5027566cb1
2 changed files with 3 additions and 3 deletions

View File

@ -33,6 +33,7 @@ drwxr-xr-x root/root usr/include/hunspell/
-rw-r--r-- root/root usr/include/hunspell/suggestmgr.hxx
-rw-r--r-- root/root usr/include/hunspell/w_char.hxx
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libhunspell-1.3.a
-rwxr-xr-x root/root usr/lib/libhunspell-1.3.la
lrwxrwxrwx root/root usr/lib/libhunspell-1.3.so -> libhunspell-1.3.so.0.0.0
lrwxrwxrwx root/root usr/lib/libhunspell-1.3.so.0 -> libhunspell-1.3.so.0.0.0

View File

@ -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