void-packages/srcpkgs/chroot-file/template

29 lines
717 B
Text
Raw Normal View History

2012-02-28 10:26:57 +00:00
# Template file for 'chroot-file'
pkgname=chroot-file
2013-09-25 10:14:23 +00:00
version=5.15
revision=1
2012-02-28 10:26:57 +00:00
wrksrc="file-${version}"
build_style=gnu-configure
makedepends="zlib-devel"
2012-02-28 10:26:57 +00:00
short_desc="File type identification utility -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.darwinsys.com/file/"
license="BSD"
2013-02-11 13:12:56 +00:00
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
2013-09-25 10:14:23 +00:00
checksum=4bd52cc614d6488127c0bddc208a2855481744d76ff0878d9c173d2a6ed564e4
2012-02-28 10:26:57 +00:00
bootstrap=yes
post_install() {
rm -rf ${DESTDIR}/usr/share/man
2012-02-28 10:26:57 +00:00
}
chroot-file_package() {
noverifyrdeps=yes
conflicts="file>=0 file-devel>=0 libmagic>=0"
provides="file-${version} file-devel-${version} libmagic-${version}"
pkg_install() {
2013-09-25 10:14:23 +00:00
vmove all
}
}