ports/kde4 (3.0): cln: Added static library, fixed URL
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit c9ef5f861de9f054cc59f245380308b4692e065f Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Wed Jan 15 13:01:15 2014 +0900 cln: Added static library, fixed URL diff --git a/cln/.footprint b/cln/.footprint index 8ab6da6..abe2065 100644 --- a/cln/.footprint +++ b/cln/.footprint @@ -82,6 +82,7 @@ drwxr-xr-x root/root usr/include/cln/ -rw-r--r-- root/root usr/include/cln/univpoly_real.h -rw-r--r-- root/root usr/include/cln/version.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcln.a -rwxr-xr-x root/root usr/lib/libcln.la lrwxrwxrwx root/root usr/lib/libcln.so -> libcln.so.6.0.3 lrwxrwxrwx root/root usr/lib/libcln.so.6 -> libcln.so.6.0.3 diff --git a/cln/Pkgfile b/cln/Pkgfile index ce0b3b2..29dd5ab 100644 --- a/cln/Pkgfile +++ b/cln/Pkgfile @@ -1,19 +1,18 @@ # Description: Class library for numbers -# URL: http://ginac.de/CLN/ +# URL: http://www.ginac.de/CLN/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve # Depends on: name=cln version=1.3.3 -release=1 +release=2 source=(http://www.ginac.de/CLN/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ - --mandir=/usr/man \ - --enable-static=no + --mandir=/usr/man make make DESTDIR=$PKG install rm -rf $PKG/usr/share
participants (1)
-
crux@crux.nu