diff options
Diffstat (limited to 'base/file')
-rw-r--r-- | base/file/.footprint.i686 | 22 | ||||
-rw-r--r-- | base/file/.footprint.x86_64 | 22 | ||||
-rw-r--r-- | base/file/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/file/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | base/file/Pkgfile | 20 |
5 files changed, 0 insertions, 66 deletions
diff --git a/base/file/.footprint.i686 b/base/file/.footprint.i686 deleted file mode 100644 index 6831467a1..000000000 --- a/base/file/.footprint.i686 +++ /dev/null @@ -1,22 +0,0 @@ -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/base/file/.footprint.x86_64 b/base/file/.footprint.x86_64 deleted file mode 100644 index 6831467a1..000000000 --- a/base/file/.footprint.x86_64 +++ /dev/null @@ -1,22 +0,0 @@ -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/base/file/.md5sum.i686 b/base/file/.md5sum.i686 deleted file mode 100644 index 74f305ed0..000000000 --- a/base/file/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -b8d1f9a8a644067bd0a703cebf3f4858 file-5.07.tar.gz diff --git a/base/file/.md5sum.x86_64 b/base/file/.md5sum.x86_64 deleted file mode 100644 index 74f305ed0..000000000 --- a/base/file/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -b8d1f9a8a644067bd0a703cebf3f4858 file-5.07.tar.gz diff --git a/base/file/Pkgfile b/base/file/Pkgfile deleted file mode 100755 index 5e4136838..000000000 --- a/base/file/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# 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 -} |