chroot-file: provides file{,-devel} vpkgs.
This commit is contained in:
parent
98088db2fb
commit
126f09bf44
2 changed files with 4 additions and 5 deletions
|
@ -1,2 +0,0 @@
|
||||||
libz.so.1
|
|
||||||
libc.so.6
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'chroot-file'
|
# Template file for 'chroot-file'
|
||||||
pkgname=chroot-file
|
pkgname=chroot-file
|
||||||
version=5.11
|
version=5.11
|
||||||
|
revision=1
|
||||||
wrksrc="file-${version}"
|
wrksrc="file-${version}"
|
||||||
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
|
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-shared"
|
|
||||||
short_desc="File type identification utility -- for xbps-src use"
|
short_desc="File type identification utility -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.darwinsys.com/file/"
|
homepage="http://www.darwinsys.com/file/"
|
||||||
|
@ -18,10 +18,11 @@ long_desc="
|
||||||
|
|
||||||
Add_dependency build zlib-devel
|
Add_dependency build zlib-devel
|
||||||
|
|
||||||
|
noverifyrdeps=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conflicts="file>=0"
|
conflicts="file>=0"
|
||||||
provides="file-${version}"
|
provides="file-${version} file-devel-${version}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/man ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/share/man
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue