diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2013-09-29 18:31:45 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2013-09-29 18:31:45 +0900 |
commit | 5027566cb1f0c9ce3c05216e07cd85bf20cdd27e (patch) | |
tree | b0217171658b9fa07c1f019ff244d7ef18aef680 /hunspell | |
parent | 0dff7d606682d2fe351a67d5289de66ac0a0dc5d (diff) | |
download | opt-5027566cb1f0c9ce3c05216e07cd85bf20cdd27e.tar.gz opt-5027566cb1f0c9ce3c05216e07cd85bf20cdd27e.tar.xz |
hunspell: Add static library
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/.footprint | 1 | ||||
-rw-r--r-- | hunspell/Pkgfile | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hunspell/.footprint b/hunspell/.footprint index a0efee194..e15636f05 100644 --- a/hunspell/.footprint +++ b/hunspell/.footprint @@ -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 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 |