From 126f09bf44502a8bc10d14ca96518e39f9e79dc7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Feb 2012 22:09:42 +0100 Subject: [PATCH] chroot-file: provides file{,-devel} vpkgs. --- srcpkgs/chroot-file/chroot-file.rshlibs | 2 -- srcpkgs/chroot-file/template | 7 ++++--- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 srcpkgs/chroot-file/chroot-file.rshlibs 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 }