void-packages/srcpkgs/file/template
2014-04-05 10:33:14 +02:00

36 lines
905 B
Plaintext

# Template file for 'file'
pkgname=file
version=5.18
revision=1
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=6519fb706d583231c2419592ebecdbb21d33c62eaf7a1a0b24ddfcb80c08bf07
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}_${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
}
}