# Description: File type identification utility
# URL: http://www.darwinsys.com/file/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: zlib

name=file
version=5.43
release=1
source=(http://www.astron.com/pub/file/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure \
		--prefix=/usr \
		--enable-fsect-man5 \
		--enable-static \
		--disable-libseccomp
	make
	make DESTDIR=$PKG install
	rmdir $PKG/usr/share/man/man4
}
