From e9c2e681e7286208d5de89d1c6a6c5f08bce3303 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 17:57:07 +0100 Subject: Recette de zip retirée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zip/.footprint | 12 ------------ zip/.md5sum | 1 - zip/Pkgfile | 16 ---------------- zip/Pkgfile.old | 15 --------------- 4 files changed, 44 deletions(-) delete mode 100644 zip/.footprint delete mode 100644 zip/.md5sum delete mode 100644 zip/Pkgfile delete mode 100644 zip/Pkgfile.old diff --git a/zip/.footprint b/zip/.footprint deleted file mode 100644 index e292a31..0000000 --- a/zip/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/zip --rwxr-xr-x root/root usr/bin/zipcloak --rwxr-xr-x root/root usr/bin/zipnote --rwxr-xr-x root/root usr/bin/zipsplit -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/zip.1.gz --rw-r--r-- root/root usr/man/man1/zipcloak.1.gz --rw-r--r-- root/root usr/man/man1/zipnote.1.gz --rw-r--r-- root/root usr/man/man1/zipsplit.1.gz diff --git a/zip/.md5sum b/zip/.md5sum deleted file mode 100644 index 225e991..0000000 --- a/zip/.md5sum +++ /dev/null @@ -1 +0,0 @@ -7b74551e63f8ee6aab6fbc86676c0d37 zip30.tar.gz diff --git a/zip/Pkgfile b/zip/Pkgfile deleted file mode 100644 index e0dfd84..0000000 --- a/zip/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -description="Compression and file packaging/archive utility" -packager="" -maintainer="CRUX System Team, core-ports at crux dot nu" -url="http://infozip.sourceforge.net/Zip.html" -depends=(bzip2) - -name=zip -version=3.0 -release=1 -source=(http://downloads.sourceforge.net/sourceforge/infozip/zip30.tar.gz) -build () -{ - cd ${name}${version//./}; - make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic; - make -f unix/Makefile INSTALL=install prefix=$PKG/usr install -} diff --git a/zip/Pkgfile.old b/zip/Pkgfile.old deleted file mode 100644 index 1258a49..0000000 --- a/zip/Pkgfile.old +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Compression and file packaging/archive utility -# URL: http://infozip.sourceforge.net/Zip.html -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: bzip2 - -name=zip -version=3.0 -release=1 -source=(http://downloads.sourceforge.net/sourceforge/infozip/${name}${version//./}.tar.gz) - -build() { - cd ${name}${version//./} - make -f unix/Makefile LOCAL_ZIP="$CFLAGS" prefix=/usr generic - make -f unix/Makefile INSTALL=install prefix=$PKG/usr install -} -- cgit v1.2.3-54-g00ecf