24 lines
643 B
Plaintext
24 lines
643 B
Plaintext
# Template file for 'chroot-file'
|
|
pkgname=chroot-file
|
|
version=5.12
|
|
revision=1
|
|
wrksrc="file-${version}"
|
|
build_style=gnu-configure
|
|
makedepends="zlib-devel"
|
|
crossmakedepends="${makedepends}"
|
|
short_desc="File type identification utility -- for xbps-src use"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.darwinsys.com/file/"
|
|
license="BSD"
|
|
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
|
|
checksum=199d0dab2e32814cbced8dc30d3d2d5b7e45587598160a2c401358b573273d22
|
|
|
|
noverifyrdeps=yes
|
|
bootstrap=yes
|
|
conflicts="file>=0"
|
|
provides="file-${version} file-devel-${version}"
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/share/man
|
|
}
|