void-packages/srcpkgs/chroot-file/template
2012-02-28 11:26:57 +01:00

27 lines
816 B
Plaintext

# Template file for 'chroot-file'
pkgname=chroot-file
version=5.11
wrksrc="file-${version}"
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
build_style=gnu-configure
configure_args="--disable-shared"
short_desc="File type identification utility -- for xbps-src use"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.darwinsys.com/file/"
license="BSD"
checksum=c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7
long_desc="
File attempts to classify files depending on their contents and prints
a description if a match is found.
This package is only meant to be used by xbps-src, don't install it manually."
Add_dependency build zlib-devel
bootstrap=yes
conflicts="file>=0"
post_install() {
rm -rf ${DESTDIR}/usr/share/man ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
}