void-packages/srcpkgs/file/template

35 lines
896 B
Text
Raw Normal View History

# Template file for 'file'
pkgname=file
2015-01-03 08:24:50 +00:00
version=5.22
2014-12-11 10:05:19 +00:00
revision=1
2014-09-22 08:34:22 +00:00
bootstrap=yes
build_style=gnu-configure
2013-03-27 07:30:04 +00:00
configure_args="--enable-static"
makedepends="zlib-devel"
conflicts="chroot-file>=0"
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"
2015-01-03 08:24:50 +00:00
checksum=c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b
libmagic_package() {
short_desc="File type identification library"
pkg_install() {
2013-09-25 10:12:34 +00:00
vmove "usr/lib/*.so.*"
2013-04-19 07:06:06 +00:00
vmove usr/share/misc
vmove usr/share/man/man4
}
}
file-devel_package() {
2014-02-14 09:58:20 +00:00
depends="zlib-devel libmagic>=${version}_${revision}"
2013-09-25 10:12:34 +00:00
short_desc="File type identification library - development files"
pkg_install() {
2013-04-19 07:06:06 +00:00
vmove usr/include
vmove "usr/lib/*.a"
2013-09-25 10:12:34 +00:00
vmove "usr/lib/*.so"
2013-04-19 07:06:06 +00:00
vmove usr/share/man/man3
}
}