hunspell: Add static library
This commit is contained in:
parent
0dff7d6066
commit
5027566cb1
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user