2012-02-28 10:26:57 +00:00
|
|
|
# Template file for 'chroot-file'
|
|
|
|
pkgname=chroot-file
|
|
|
|
version=5.11
|
2012-02-28 21:09:42 +00:00
|
|
|
revision=1
|
2012-02-28 10:26:57 +00:00
|
|
|
wrksrc="file-${version}"
|
|
|
|
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
|
|
|
|
build_style=gnu-configure
|
|
|
|
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
|
|
|
|
|
2012-02-28 21:09:42 +00:00
|
|
|
noverifyrdeps=yes
|
2012-02-28 10:26:57 +00:00
|
|
|
bootstrap=yes
|
|
|
|
conflicts="file>=0"
|
2012-02-28 21:09:42 +00:00
|
|
|
provides="file-${version} file-devel-${version}"
|
2012-02-28 10:26:57 +00:00
|
|
|
|
|
|
|
post_install() {
|
2012-02-28 21:09:42 +00:00
|
|
|
rm -rf ${DESTDIR}/usr/share/man
|
2012-02-28 10:26:57 +00:00
|
|
|
}
|