summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkurt <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)
commitdc61d1c4bdf4f5cbcdc8b2da00524ee2bf91593f (patch)
tree93065da9efdffad3e5812742732dd256ae1905e1
Initial Commit
-rwxr-xr-xbuild13
-rw-r--r--changelog3
-rw-r--r--control5
-rw-r--r--copyright23
-rw-r--r--format1
-rw-r--r--zlib-1.2.6.tar.gzbin0 -> 557220 bytes
-rw-r--r--zlib.pkg/control4
-rw-r--r--zlib.pkg/install2
8 files changed, 51 insertions, 0 deletions
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 <kem2@njit.edu> 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" <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>.
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