aboutsummaryrefslogtreecommitdiffstats
path: root/core/file/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/file/APKBUILD')
-rw-r--r--core/file/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/core/file/APKBUILD b/core/file/APKBUILD
deleted file mode 100644
index 7754f6ced6..0000000000
--- a/core/file/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=file
-pkgver=5.03
-pkgrel=0
-pkgdesc="File type identification utility"
-url="http://www.darwinsys.com/file/"
-license="custom"
-depends="uclibc zlib"
-source="ftp://ftp.astron.com/pub/file/file-$pkgver.tar.gz
- nocxx.patch"
-subpackages="$pkgname-dev $pkgname-doc"
-
-build ()
-{
- cd "$srcdir"/$pkgname-$pkgver
- patch configure < ../nocxx.patch || return 1
- ./configure --prefix=/usr --datadir=/usr/share/misc
- make || return 1
- make DESTDIR="$pkgdir" install
-}
-md5sums="d05f08a53e5c2f51f8ee6a4758c0cc53 file-5.03.tar.gz
-28513788ba4d556ccd538867dc6205ab nocxx.patch"