ports/opt (3.0): hunspell: Add static library
commit 5027566cb1f0c9ce3c05216e07cd85bf20cdd27e Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Sun Sep 29 18:31:45 2013 +0900 hunspell: Add static library diff --git a/hunspell/.footprint b/hunspell/.footprint index a0efee1..e15636f 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 926aab4..4a45ba1 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
participants (1)
-
crux@crux.nu