summaryrefslogtreecommitdiff
path: root/repo/file/file.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/file/file.xibuild')
-rw-r--r--repo/file/file.xibuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/repo/file/file.xibuild b/repo/file/file.xibuild
new file mode 100644
index 0000000..d658076
--- /dev/null
+++ b/repo/file/file.xibuild
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+MAKEDEPS="make "
+DEPS="musl zlib xz bzip2"
+
+PKG_VER=5.40
+SOURCE=http://ftp.astron.com/pub/file/file-$PKG_VER.tar.gz
+DESC="A utility for determining the type of a given file or files"
+
+build () {
+ ./configure --prefix=/usr
+ make
+}
+
+check () {
+ make check
+}
+
+package () {
+ make DESTDIR=$PKG_DEST install
+}
+
+