2012-02-28 10:26:57 +00:00
|
|
|
# Template file for 'chroot-file'
|
|
|
|
pkgname=chroot-file
|
2013-03-27 07:27:51 +00:00
|
|
|
version=5.14
|
2012-02-28 21:09:42 +00:00
|
|
|
revision=1
|
2012-02-28 10:26:57 +00:00
|
|
|
wrksrc="file-${version}"
|
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
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-03-27 07:27:51 +00:00
|
|
|
checksum=461ba01dd0900a3b7c2dcd901b04903192c07887a9c1928af0be507572c77fe4
|
2012-02-28 10:26:57 +00:00
|
|
|
|
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
|
|
|
}
|