From dc61d1c4bdf4f5cbcdc8b2da00524ee2bf91593f Mon Sep 17 00:00:00 2001 From: kurt Date: Sat, 28 Apr 2012 23:19:56 -0400 Subject: Initial Commit --- diff --git a/build b/build new file mode 100755 index 0000000..6517bb1 --- /dev/null +++ b/build @@ -0,0 +1,13 @@ +#! /usr/bin/make -f + +zlib: zlib.buildstamp + +.SILENT: zlib.buildstamp +zlib.buildstamp: + cd src && ./configure --prefix=/usr && make && \ + make DESTDIR=$$(pwd)/../dest install + oh-installfiles zlib + oh-installdocs zlib + oh-gencontrol zlib + oh-buildopk zlib + touch zlib.buildstamp diff --git a/changelog b/changelog new file mode 100644 index 0000000..58ab8c0 --- /dev/null +++ b/changelog @@ -0,0 +1,3 @@ +zLib (1.2.6) + * Initial Release + -- Kurt Meyer Sat, 28 Apr 2012 22:00:07 -0400 diff --git a/control b/control new file mode 100644 index 0000000..3a37e45 --- /dev/null +++ b/control @@ -0,0 +1,5 @@ +Source: zlib +Version: 1.2.6-1 +Maintainer: "Kurt Meyer" +Build-Depends: make, gcc-4.6 +Homepage: http://www.zlib.net diff --git a/copyright b/copyright new file mode 100644 index 0000000..70ea66e --- /dev/null +++ b/copyright @@ -0,0 +1,23 @@ +Upstream Source +=============== + +Location: + +Copyright (c) 1995-2012 Jean-loup Gailly and Mark Adler + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the zLib license. + +This license may be found at +. + +Distribution Packaging +====================== + +Copyright (c) 2012 Kurt Meyer + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the zLib license. + +This license may be found at +. diff --git a/format b/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/format @@ -0,0 +1 @@ +1.0 diff --git a/zlib-1.2.6.tar.gz b/zlib-1.2.6.tar.gz new file mode 100644 index 0000000..2f747bc --- /dev/null +++ b/zlib-1.2.6.tar.gz Binary files differ diff --git a/zlib.pkg/control b/zlib.pkg/control new file mode 100644 index 0000000..4a4902b --- /dev/null +++ b/zlib.pkg/control @@ -0,0 +1,4 @@ +Package: zlib +Architecture: any-linux-any +Depends: gcc, make +Description: zLib is a compression and decompression library. diff --git a/zlib.pkg/install b/zlib.pkg/install new file mode 100644 index 0000000..dafc022 --- /dev/null +++ b/zlib.pkg/install @@ -0,0 +1,2 @@ +usr/lib/libz.* +usr/include/z*.h -- cgit v0.9.1