void-packages/srcpkgs/file/template

36 lines
905 B
Text
Raw Normal View History

# Template file for 'file'
pkgname=file
2014-06-13 06:37:38 +00:00
version=5.19
2014-04-05 08:33:14 +00:00
revision=1
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"
2014-06-13 06:37:38 +00:00
checksum=9484b3bbda1acc7b13a4f71031a85ce10c77bd0ffec7226741a219ef587e3a7c
libmagic_package() {
short_desc="File type identification library"
replaces="file<5.12"
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
}
}