aboutsummaryrefslogtreecommitdiff
path: root/repos/core/zlib-ng
diff options
context:
space:
mode:
Diffstat (limited to 'repos/core/zlib-ng')
-rw-r--r--repos/core/zlib-ng/.checksum2
-rw-r--r--repos/core/zlib-ng/.files15
-rwxr-xr-xrepos/core/zlib-ng/abuild13
-rwxr-xr-xrepos/core/zlib-ng/no-weird-ver.patch11
4 files changed, 0 insertions, 41 deletions
diff --git a/repos/core/zlib-ng/.checksum b/repos/core/zlib-ng/.checksum
deleted file mode 100644
index fb42a850..00000000
--- a/repos/core/zlib-ng/.checksum
+++ /dev/null
@@ -1,2 +0,0 @@
-1fe12957fb17c50e8cac81629761225f515ba53fbd5067ccc21b49b8935b4ff2 no-weird-ver.patch
-103cd4e5aa69bb2d0383a242f231bccf64c8a79c21156e7c6187db3cebc1367d zlib-ng-2.3.3.tar.gz
diff --git a/repos/core/zlib-ng/.files b/repos/core/zlib-ng/.files
deleted file mode 100644
index dcbe5d82..00000000
--- a/repos/core/zlib-ng/.files
+++ /dev/null
@@ -1,15 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/zconf.h
--rw-r--r-- root/root usr/include/zlib.h
--rw-r--r-- root/root usr/include/zlib_name_mangling.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libz.a
-lrwxrwxrwx root/root usr/lib/libz.so -> libz.so.1.3.1
-lrwxrwxrwx root/root usr/lib/libz.so.1 -> libz.so.1.3.1
--rwxr-xr-x root/root usr/lib/libz.so.1.3.1
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/zlib.pc
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man3/
diff --git a/repos/core/zlib-ng/abuild b/repos/core/zlib-ng/abuild
deleted file mode 100755
index 3b459703..00000000
--- a/repos/core/zlib-ng/abuild
+++ /dev/null
@@ -1,13 +0,0 @@
-name=zlib-ng
-version=2.3.3
-release=1
-source="https://github.com/${name}/${name}/archive/${version}/${name}-${version}.tar.gz
- no-weird-ver.patch"
-keep_static=1
-
-build() {
- ./configure --prefix=/usr --shared --zlib-compat
- make
- make DESTDIR=$PKG install
-}
-
diff --git a/repos/core/zlib-ng/no-weird-ver.patch b/repos/core/zlib-ng/no-weird-ver.patch
deleted file mode 100755
index a7a89019..00000000
--- a/repos/core/zlib-ng/no-weird-ver.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure
-+++ b/configure
-@@ -290,7 +290,7 @@ if test $compat -eq 0; then
- VER2=$(sed -n -e '/ZLIBNG_VERSION "/s/.*"\([0-9]*\.[0-9]*\)\..*/\1/p' < ${SRCDIR}/zlib-ng.h.in)
- VER1=$(sed -n -e '/ZLIBNG_VERSION "/s/.*"\([0-9]*\)\..*/\1/p' < ${SRCDIR}/zlib-ng.h.in)
- else
-- VER=$(sed -n -e '/ZLIB_VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}/zlib.h.in)
-+ VER=$(sed -n -e '/ZLIB_VERSION "/s/.*"\(.*\).zlib-ng".*/\1/p' < ${SRCDIR}/zlib.h.in)
- VER3=$(sed -n -e '/ZLIB_VERSION "/s/.*"\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/p' < ${SRCDIR}/zlib.h.in)
- VER2=$(sed -n -e '/ZLIB_VERSION "/s/.*"\([0-9]*\.[0-9]*\)\..*/\1/p' < ${SRCDIR}/zlib.h.in)
- VER1=$(sed -n -e '/ZLIB_VERSION "/s/.*"\([0-9]*\)\..*/\1/p' < ${SRCDIR}/zlib.h.in)