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 --- file/.footprint.i686 | 22 ++++++++++++++++++++++ file/.footprint.x86_64 | 22 ++++++++++++++++++++++ file/.md5sum.i686 | 1 + file/.md5sum.x86_64 | 1 + file/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 file/.footprint.i686 create mode 100644 file/.footprint.x86_64 create mode 100644 file/.md5sum.i686 create mode 100644 file/.md5sum.x86_64 create mode 100755 file/Pkgfile (limited to 'file') diff --git a/file/.footprint.i686 b/file/.footprint.i686 new file mode 100644 index 000000000..6831467a1 --- /dev/null +++ b/file/.footprint.i686 @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/file +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/magic.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libmagic.a +-rwxr-xr-x root/root usr/lib/libmagic.la +lrwxrwxrwx root/root usr/lib/libmagic.so -> libmagic.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libmagic.so.1 -> libmagic.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libmagic.so.1.0.0 +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/file.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libmagic.3.gz +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/magic.4.gz +drwxr-xr-x root/root usr/share/man/man5/ +drwxr-xr-x root/root usr/share/misc/ +-rw-r--r-- root/root usr/share/misc/magic.mgc diff --git a/file/.footprint.x86_64 b/file/.footprint.x86_64 new file mode 100644 index 000000000..6831467a1 --- /dev/null +++ b/file/.footprint.x86_64 @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/file +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/magic.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libmagic.a +-rwxr-xr-x root/root usr/lib/libmagic.la +lrwxrwxrwx root/root usr/lib/libmagic.so -> libmagic.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libmagic.so.1 -> libmagic.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libmagic.so.1.0.0 +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/file.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libmagic.3.gz +drwxr-xr-x root/root usr/share/man/man4/ +-rw-r--r-- root/root usr/share/man/man4/magic.4.gz +drwxr-xr-x root/root usr/share/man/man5/ +drwxr-xr-x root/root usr/share/misc/ +-rw-r--r-- root/root usr/share/misc/magic.mgc diff --git a/file/.md5sum.i686 b/file/.md5sum.i686 new file mode 100644 index 000000000..74f305ed0 --- /dev/null +++ b/file/.md5sum.i686 @@ -0,0 +1 @@ +b8d1f9a8a644067bd0a703cebf3f4858 file-5.07.tar.gz diff --git a/file/.md5sum.x86_64 b/file/.md5sum.x86_64 new file mode 100644 index 000000000..74f305ed0 --- /dev/null +++ b/file/.md5sum.x86_64 @@ -0,0 +1 @@ +b8d1f9a8a644067bd0a703cebf3f4858 file-5.07.tar.gz diff --git a/file/Pkgfile b/file/Pkgfile new file mode 100755 index 000000000..5e4136838 --- /dev/null +++ b/file/Pkgfile @@ -0,0 +1,20 @@ +# Description: Utilitaire pour déterminer le type de fichier donné. +# URL: ftp://ftp.fu-berlin.de/unix/tools/file/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=file +version=5.07 +release=1 +source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz) + + +build() { +cd $name-$version +./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info +make +make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf