aboutsummaryrefslogtreecommitdiffstats
path: root/core/file/APKBUILD
blob: a7fd0ffb2860d4097c0a9eb2005bbbe93ae1723b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=file
pkgver=4.26
pkgrel=1
pkgdesc="File type identification utility"
url="http://www.darwinsys.com/file/"
license="custom"
depends="uclibc zlib"
source="ftp://ftp.astron.com/pub/file/file-4.26.tar.gz"
subpackages="$pkgname-dev $pkgname-doc"

build () 
{ 
	cd ${srcdir}/$pkgname-$pkgver;
	./configure --prefix=/usr --datadir=/usr/share/misc;
	make || return 1;
	make DESTDIR=${pkgdir} install;
}
md5sums="74cd5466416136da30a4e69f74dbc7a0  file-4.26.tar.gz"