2012-02-28 11:26:57 +01:00
|
|
|
# Template file for 'chroot-file'
|
|
|
|
pkgname=chroot-file
|
2013-03-06 12:48:37 +01:00
|
|
|
version=5.13
|
2012-02-28 22:09:42 +01:00
|
|
|
revision=1
|
2012-02-28 11:26:57 +01:00
|
|
|
wrksrc="file-${version}"
|
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="zlib-devel"
|
2013-02-11 14:12:56 +01:00
|
|
|
crossmakedepends="${makedepends}"
|
2012-02-28 11:26:57 +01: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 14:12:56 +01:00
|
|
|
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
|
2013-03-06 12:48:37 +01:00
|
|
|
checksum=f75b7b23ac576b47ed4ba4915e2fb239d9c0d74ac5b4e6a89704b1ed45ee6e2b
|
2012-02-28 11:26:57 +01:00
|
|
|
|
2012-02-28 22:09:42 +01:00
|
|
|
noverifyrdeps=yes
|
2012-02-28 11:26:57 +01:00
|
|
|
bootstrap=yes
|
|
|
|
conflicts="file>=0"
|
2012-02-28 22:09:42 +01:00
|
|
|
provides="file-${version} file-devel-${version}"
|
2012-02-28 11:26:57 +01:00
|
|
|
|
|
|
|
post_install() {
|
2012-02-28 22:09:42 +01:00
|
|
|
rm -rf ${DESTDIR}/usr/share/man
|
2012-02-28 11:26:57 +01:00
|
|
|
}
|