chroot-file: update to 5.16.
This commit is contained in:
parent
f6b5f27c05
commit
0c013dd0ae
1 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'chroot-file'
|
# Template file for 'chroot-file'
|
||||||
pkgname=chroot-file
|
pkgname=chroot-file
|
||||||
version=5.15
|
version=5.16
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="file-${version}"
|
wrksrc="file-${version}"
|
||||||
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="File type identification utility -- for xbps-src use"
|
short_desc="File type identification utility -- for xbps-src use"
|
||||||
|
@ -10,9 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.darwinsys.com/file/"
|
homepage="http://www.darwinsys.com/file/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
|
distfiles="ftp://ftp.astron.com/pub/file/file-$version.tar.gz"
|
||||||
checksum=4bd52cc614d6488127c0bddc208a2855481744d76ff0878d9c173d2a6ed564e4
|
checksum=48bcac7726c37a8a0bc7ffa16b58993575657dd7b382039380fb3b74ab389261
|
||||||
|
|
||||||
bootstrap=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/man
|
rm -rf ${DESTDIR}/usr/share/man
|
||||||
|
@ -20,8 +19,10 @@ post_install() {
|
||||||
|
|
||||||
chroot-file_package() {
|
chroot-file_package() {
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
conflicts="file>=0 file-devel>=0 libmagic>=0"
|
for f in file file-devel libmagic; do
|
||||||
provides="file-${version} file-devel-${version} libmagic-${version}"
|
conflicts+="${f}>=0 "
|
||||||
|
provides+="${f}-${version}_${revision} "
|
||||||
|
done
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue