void-packages/srcpkgs/file/template

35 lines
899 B
Bash
Raw Normal View History

# Template file for 'file'
pkgname=file
2015-01-03 09:24:50 +01:00
version=5.22
2014-12-11 11:05:19 +01:00
revision=1
2014-09-22 10:34:22 +02:00
bootstrap=yes
build_style=gnu-configure
2013-03-27 08:30:04 +01:00
configure_args="--enable-static"
makedepends="zlib-devel"
conflicts="chroot-file>=0"
short_desc="File type identification utility"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-09-19 10:14:34 +02:00
homepage="http://www.darwinsys.com/file/"
license="BSD"
2013-01-04 07:28:59 +01:00
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
2015-01-03 09:24:50 +01:00
checksum=c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b
libmagic_package() {
short_desc="File type identification library"
pkg_install() {
2013-09-25 12:12:34 +02:00
vmove "usr/lib/*.so.*"
2013-04-19 09:06:06 +02:00
vmove usr/share/misc
vmove usr/share/man/man4
}
}
file-devel_package() {
2014-02-14 10:58:20 +01:00
depends="zlib-devel libmagic>=${version}_${revision}"
2013-09-25 12:12:34 +02:00
short_desc="File type identification library - development files"
pkg_install() {
2013-04-19 09:06:06 +02:00
vmove usr/include
vmove "usr/lib/*.a"
2013-09-25 12:12:34 +02:00
vmove "usr/lib/*.so"
2013-04-19 09:06:06 +02:00
vmove usr/share/man/man3
}
}