# Maintainer: Natanael Copa pkgname=file pkgver=5.11 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 make || return 1 } package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la || return 1 } md5sums="16a407bd66d6c7a832f3a5c0d609c27b file-5.11.tar.gz"