summaryrefslogtreecommitdiffstats
path: root/file/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'file/Pkgfile.old')
-rw-r--r--file/Pkgfile.old17
1 files changed, 17 insertions, 0 deletions
diff --git a/file/Pkgfile.old b/file/Pkgfile.old
new file mode 100644
index 0000000..3ae06fe
--- /dev/null
+++ b/file/Pkgfile.old
@@ -0,0 +1,17 @@
+# Description: File type identification utility
+# URL: http://www.darwinsys.com/file/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Depends on: zlib
+
+name=file
+version=5.04
+release=1
+source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --mandir=/usr/man --enable-fsect-man5
+ make
+ make DESTDIR=$PKG install
+ rmdir $PKG/usr/man/man4
+}