diff --git a/srcpkgs/chroot-file/chroot-file.rshlibs b/srcpkgs/chroot-file/chroot-file.rshlibs deleted file mode 100644 index 91de33a0a5..0000000000 --- a/srcpkgs/chroot-file/chroot-file.rshlibs +++ /dev/null @@ -1,2 +0,0 @@ -libz.so.1 -libc.so.6 diff --git a/srcpkgs/chroot-file/template b/srcpkgs/chroot-file/template index b80151b96a..9b3fbaa89c 100644 --- a/srcpkgs/chroot-file/template +++ b/srcpkgs/chroot-file/template @@ -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 " 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 }