# Maintainer: Natanael Copa pkgname=file pkgver=5.06 pkgrel=0 pkgdesc="File type identification utility" url="http://www.darwinsys.com/file/" arch="all" license="custom" depends= source="ftp://ftp.astron.com/pub/file/file-$pkgver.tar.gz" subpackages="$pkgname-dev $pkgname-doc" build() { cd "$srcdir"/$pkgname-$pkgver ./configure --prefix=/usr --datadir=/usr/share/misc make || return 1 } package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install } md5sums="deb12b0fb9d09e7681be72bad6eba4e0 file-5.06.tar.gz"