diff options
author | kurt <kurt@kurt-Inspiron-600m.(none)> | 2012-04-28 23:19:56 (EDT) |
---|---|---|
committer | kurt <kurt@kurt-Inspiron-600m.(none)> | 2012-04-28 23:19:56 (EDT) |
commit | dc61d1c4bdf4f5cbcdc8b2da00524ee2bf91593f (patch) | |
tree | 93065da9efdffad3e5812742732dd256ae1905e1 |
Initial Commit
-rwxr-xr-x | build | 13 | ||||
-rw-r--r-- | changelog | 3 | ||||
-rw-r--r-- | control | 5 | ||||
-rw-r--r-- | copyright | 23 | ||||
-rw-r--r-- | format | 1 | ||||
-rw-r--r-- | zlib-1.2.6.tar.gz | bin | 0 -> 557220 bytes | |||
-rw-r--r-- | zlib.pkg/control | 4 | ||||
-rw-r--r-- | zlib.pkg/install | 2 |
8 files changed, 51 insertions, 0 deletions
@@ -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 <kem2@njit.edu> Sat, 28 Apr 2012 22:00:07 -0400 @@ -0,0 +1,5 @@ +Source: zlib +Version: 1.2.6-1 +Maintainer: "Kurt Meyer" <kem2@njit.edu> +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: <http://www.zlib.net> + +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 +<http://www.zlib.net/zlib_license.html>. + +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 +<http://www.zlib.net/zlib_license.html>. @@ -0,0 +1 @@ +1.0 diff --git a/zlib-1.2.6.tar.gz b/zlib-1.2.6.tar.gz Binary files differnew file mode 100644 index 0000000..2f747bc --- /dev/null +++ b/zlib-1.2.6.tar.gz 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 |