diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-03 17:46:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-03 17:46:11 (EDT) |
commit | 791200f22601515320a479945e92d07f5a8b21d3 (patch) | |
tree | c5959a0ecd7d02fa34522e58e00938679c9a6a3a | |
parent | 0cc72785a4d6317f65c12e4d3f7319243bf5ecbb (diff) |
Use SPF 2.0, opkhelper 3.0, and multiarch libdirs.
-rwxr-xr-x | build | 34 | ||||
-rw-r--r-- | changelog | 7 | ||||
-rw-r--r-- | control | 4 | ||||
-rw-r--r-- | format | 2 | ||||
-rw-r--r-- | libz.1.pkg/control | 2 | ||||
-rw-r--r-- | libz.1.pkg/docs | 0 | ||||
-rw-r--r-- | libz.1.pkg/files | 4 | ||||
-rw-r--r-- | libz.1.pkg/install | 4 | ||||
-rw-r--r-- | zlib-1.2.6.orig.tar.gz (renamed from zlib-1.2.6.tar.gz) | bin | 557220 -> 557220 bytes |
9 files changed, 36 insertions, 21 deletions
@@ -1,14 +1,24 @@ #! /usr/bin/make -f -libz.1: libz.1.buildstamp - -.SILENT: libz.1.buildstamp -libz.1.buildstamp: - cd src && ./configure --prefix=/usr && make && \ - make DESTDIR=$$(pwd)/../dest install - oh-strip -gl usr/lib/libz.so.1.2.6 - oh-installfiles libz.1 - oh-installdocs libz.1 - oh-gencontrol libz.1 - oh-buildopk libz.1 - touch zlib.buildstamp +nop: + @: + +configure: + cd src && ./configure \ + --prefix='/usr' --libdir='$${prefix}/lib/$(OPK_HOST_ARCH)' + touch $@ + +build: configure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + oh-installfiles + +clean: + oh-autoclean + rm -f configure build + rm -Rf *.data @@ -1,3 +1,10 @@ +zlib (1.2.6-2) trunk + + * Update to SPF 2.0 and opkhelper 3.0. + * Use multiarch library directories. + + -- "P. J. McDermott" <pjm@nac.net> Wed, 03 Apr 2013 15:06:09 -0400 + zLib (1.2.6) * Initial Release -- Kurt Meyer <kem2@njit.edu> Sat, 28 Apr 2012 22:00:07 -0400 @@ -1,5 +1,3 @@ -Source: zlib -Version: 1.2.6-1 +Build-Depends: opkhelper-3.0 Maintainer: "Kurt Meyer" <kem2@njit.edu> -Build-Depends: make, gcc-4.6 Homepage: http://www.zlib.net @@ -1 +1 @@ -1.0 +2.0 diff --git a/libz.1.pkg/control b/libz.1.pkg/control index 62f5838..c4e65b5 100644 --- a/libz.1.pkg/control +++ b/libz.1.pkg/control @@ -1,3 +1,3 @@ -Package: zlib Architecture: any +Platform: all Description: zLib is a compression and decompression library. diff --git a/libz.1.pkg/docs b/libz.1.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libz.1.pkg/docs diff --git a/libz.1.pkg/files b/libz.1.pkg/files new file mode 100644 index 0000000..26fac14 --- /dev/null +++ b/libz.1.pkg/files @@ -0,0 +1,4 @@ +usr/lib/*/libz.* +usr/include/z*.h +usr/lib/*/pkgconfig/zlib.pc +usr/share/man/man3/zlib.3 diff --git a/libz.1.pkg/install b/libz.1.pkg/install deleted file mode 100644 index bda8414..0000000 --- a/libz.1.pkg/install +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/libz.* -usr/include/z*.h -usr/lib/pkgconfig/zlib.pc -usr/share/man/man3/zlib.3 diff --git a/zlib-1.2.6.tar.gz b/zlib-1.2.6.orig.tar.gz Binary files differindex 2f747bc..2f747bc 100644 --- a/zlib-1.2.6.tar.gz +++ b/zlib-1.2.6.orig.tar.gz |