void-packages/srcpkgs/file/template
2013-04-23 16:28:21 +04:00

42 lines
954 B
Plaintext

# Template file for 'file'
pkgname=file
version=5.14
revision=1
build_style=gnu-configure
configure_args="--enable-static"
makedepends="zlib-devel"
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=461ba01dd0900a3b7c2dcd901b04903192c07887a9c1928af0be507572c77fe4
libmagic_package() {
short_desc="File type identification library"
replaces="file<5.12"
pkg_install() {
vmove "usr/lib/*.so*"
vmove usr/share/misc
vmove usr/share/man/man4
}
}
file-devel_package() {
depends="zlib-devel libmagic>=${version}"
short_desc="File type identification library -- development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/share/man/man3
}
}
file_package() {
conflicts="chroot-file>=0"
pkg_install() {
vmove usr/bin
vmove usr/share/man/man1
}
}