From 9291e062cb24bac5d7c7059d4dc64669c1917b33 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:12:28 +0100 Subject: aaabasicfs 2011-3 et split des dépot base et extra en 2 git séparé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/unzip/.footprint.i686 | 15 --------------- base/unzip/.footprint.x86_64 | 15 --------------- base/unzip/.md5sum.i686 | 1 - base/unzip/.md5sum.x86_64 | 1 - base/unzip/Pkgfile | 28 ---------------------------- 5 files changed, 60 deletions(-) delete mode 100644 base/unzip/.footprint.i686 delete mode 100644 base/unzip/.footprint.x86_64 delete mode 100644 base/unzip/.md5sum.i686 delete mode 100644 base/unzip/.md5sum.x86_64 delete mode 100755 base/unzip/Pkgfile (limited to 'base/unzip') diff --git a/base/unzip/.footprint.i686 b/base/unzip/.footprint.i686 deleted file mode 100644 index 068376c50..000000000 --- a/base/unzip/.footprint.i686 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/funzip --rwxr-xr-x root/root usr/bin/unzip --rwxr-xr-x root/root usr/bin/unzipsfx --rwxr-xr-x root/root usr/bin/zipgrep --rwxr-xr-x root/root usr/bin/zipinfo -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/funzip.1.gz --rw-r--r-- root/root usr/share/man/man1/unzip.1.gz --rw-r--r-- root/root usr/share/man/man1/unzipsfx.1.gz --rw-r--r-- root/root usr/share/man/man1/zipgrep.1.gz --rw-r--r-- root/root usr/share/man/man1/zipinfo.1.gz diff --git a/base/unzip/.footprint.x86_64 b/base/unzip/.footprint.x86_64 deleted file mode 100644 index 068376c50..000000000 --- a/base/unzip/.footprint.x86_64 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/funzip --rwxr-xr-x root/root usr/bin/unzip --rwxr-xr-x root/root usr/bin/unzipsfx --rwxr-xr-x root/root usr/bin/zipgrep --rwxr-xr-x root/root usr/bin/zipinfo -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/funzip.1.gz --rw-r--r-- root/root usr/share/man/man1/unzip.1.gz --rw-r--r-- root/root usr/share/man/man1/unzipsfx.1.gz --rw-r--r-- root/root usr/share/man/man1/zipgrep.1.gz --rw-r--r-- root/root usr/share/man/man1/zipinfo.1.gz diff --git a/base/unzip/.md5sum.i686 b/base/unzip/.md5sum.i686 deleted file mode 100644 index 26776c5cc..000000000 --- a/base/unzip/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -62b490407489521db863b523a7f86375 unzip60.tar.gz diff --git a/base/unzip/.md5sum.x86_64 b/base/unzip/.md5sum.x86_64 deleted file mode 100644 index 26776c5cc..000000000 --- a/base/unzip/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -62b490407489521db863b523a7f86375 unzip60.tar.gz diff --git a/base/unzip/Pkgfile b/base/unzip/Pkgfile deleted file mode 100755 index a22426a21..000000000 --- a/base/unzip/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: Utilitaire de décompression de fichiers zip -# URL: http://www.info-zip.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=unzip -version=6.0 -release=1 -source=(http://downloads.sourceforge.net/infozip/unzip60.tar.gz) - - -build() { - cd $name${version/./} - export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64 -DACORN_FTYPE_NFS \ - -DWILD_STOP_AT_DIR -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT \ - -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DDATE_FORMAT=DF_YMD \ - -DUSE_BZIP2 -DNATIVE" - case `uname -m` in - x86_64) - make -f unix/Makefile LOCAL_UNZIP="$CFLAGS" prefix=/usr \ - LF2="" D_USE_BZ2=-DUSE_BZIP2 L_BZ2=-lbz2 unzips;; - i?86) - make -f unix/Makefile \ - LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux;; - esac - make -f unix/Makefile prefix=$PKG/usr MANDIR=$PKG/usr/share/man/man1 install -} -- cgit v1.2.3-70-g09d2