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, 0 insertions, 23 deletions
diff --git a/repo/file/file.xibuild b/repo/file/file.xibuild
deleted file mode 100644
index 173560a..0000000
--- a/repo/file/file.xibuild
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl zlib xz bzip2"
-
-PKG_VER=5.43
-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
-}
-
-