summaryrefslogtreecommitdiffstats
path: root/base/file/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/file/Pkgfile')
-rwxr-xr-xbase/file/Pkgfile20
1 files changed, 0 insertions, 20 deletions
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
-}