New package: chroot-file-5.11.

This commit is contained in:
Juan RP 2012-02-28 11:26:57 +01:00
parent 10ac56fa9a
commit 8cdb9d83f7
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,2 @@
libz.so.1
libc.so.6

View File

@ -0,0 +1,26 @@
# 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
}