# Template file for 'file'
pkgname=file
version=5.22
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="--enable-static"
makedepends="zlib-devel"
conflicts="chroot-file>=0"
short_desc="File type identification utility"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.darwinsys.com/file/"
license="BSD"
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
checksum=c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b

libmagic_package() {
	short_desc="File type identification library"
	pkg_install() {
		vmove "usr/lib/*.so.*"
		vmove usr/share/misc
		vmove usr/share/man/man4
	}
}
file-devel_package() {
	depends="zlib-devel libmagic>=${version}_${revision}"
	short_desc="File type identification library - development files"
	pkg_install() {
		vmove usr/include
		vmove "usr/lib/*.a"
		vmove "usr/lib/*.so"
		vmove usr/share/man/man3
	}
}