diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2013-09-29 18:21:02 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2013-09-29 18:21:02 +0900 |
commit | b4a35c7d53edfc083e9456d4a5ae51c48560f308 (patch) | |
tree | 985de295996af9a648472630a2d659859a00dec5 /libzip | |
parent | b39444ce723b872efa70d08fa2b2781d5c758b6b (diff) | |
download | contrib-b4a35c7d53edfc083e9456d4a5ae51c48560f308.tar.gz contrib-b4a35c7d53edfc083e9456d4a5ae51c48560f308.tar.xz |
libzip: Add static library
Diffstat (limited to 'libzip')
-rw-r--r-- | libzip/.footprint | 1 | ||||
-rw-r--r-- | libzip/Pkgfile | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libzip/.footprint b/libzip/.footprint index fdd44f5d7..551212c2d 100644 --- a/libzip/.footprint +++ b/libzip/.footprint @@ -7,6 +7,7 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/zip.h -rw-r--r-- root/root usr/include/zipconf.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libzip.a -rwxr-xr-x root/root usr/lib/libzip.la lrwxrwxrwx root/root usr/lib/libzip.so -> libzip.so.2.1.0 lrwxrwxrwx root/root usr/lib/libzip.so.2 -> libzip.so.2.1.0 diff --git a/libzip/Pkgfile b/libzip/Pkgfile index 08b317cff..1302c2610 100644 --- a/libzip/Pkgfile +++ b/libzip/Pkgfile @@ -5,7 +5,7 @@ name=libzip version=0.11.1 -release=1 +release=2 source=( http://nih.at/$name/$name-$version.tar.xz libzip-includes.patch @@ -20,7 +20,6 @@ build() { ./configure \ --prefix=/usr \ - --man=/usr/man \ - --disable-static + --man=/usr/man make DESTDIR=$PKG install } |