void-packages/srcpkgs/file/template

42 lines
1,012 B
Text
Raw Normal View History

# Template file for 'file'
pkgname=file
2013-03-27 07:28:54 +00:00
version=5.14
2013-03-06 11:46:42 +00:00
revision=1
build_style=gnu-configure
2013-03-27 07:30:04 +00:00
configure_args="--enable-static"
makedepends="zlib-devel"
short_desc="File type identification utility"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-09-19 08:14:34 +00:00
homepage="http://www.darwinsys.com/file/"
license="BSD"
2013-01-04 06:28:59 +00:00
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
2013-03-27 07:28:54 +00:00
checksum=461ba01dd0900a3b7c2dcd901b04903192c07887a9c1928af0be507572c77fe4
libmagic_package() {
short_desc="File type identification library"
replaces="file<5.12"
pkg_install() {
vmove "usr/lib/*.so*" usr/lib
vmove usr/share/misc usr/share
vmove usr/share/man/man4 usr/share/man
}
}
file-devel_package() {
depends="zlib-devel libmagic>=${version}"
short_desc="File type identification library -- development files"
pkg_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/share/man/man3 usr/share/man
}
}
file_package() {
conflicts="chroot-file>=0"
pkg_install() {
vmove usr/bin
vmove usr/share/man/man1
}
}