chroot-file: provides file{,-devel} vpkgs.

This commit is contained in:
Juan RP 2012-02-28 22:09:42 +01:00
parent 98088db2fb
commit 126f09bf44
2 changed files with 4 additions and 5 deletions

View file

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

View file

@ -1,10 +1,10 @@
# Template file for 'chroot-file'
pkgname=chroot-file
version=5.11
revision=1
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/"
@ -18,10 +18,11 @@ long_desc="
Add_dependency build zlib-devel
noverifyrdeps=yes
bootstrap=yes
conflicts="file>=0"
provides="file-${version}"
provides="file-${version} file-devel-${version}"
post_install() {
rm -rf ${DESTDIR}/usr/share/man ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
rm -rf ${DESTDIR}/usr/share/man
}