chroot-file: update to 5.15.
This commit is contained in:
parent
f29d145054
commit
dbc83f1f1c
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chroot-file'
|
# Template file for 'chroot-file'
|
||||||
pkgname=chroot-file
|
pkgname=chroot-file
|
||||||
version=5.14
|
version=5.15
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="file-${version}"
|
wrksrc="file-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -10,7 +10,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=461ba01dd0900a3b7c2dcd901b04903192c07887a9c1928af0be507572c77fe4
|
checksum=4bd52cc614d6488127c0bddc208a2855481744d76ff0878d9c173d2a6ed564e4
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
|
||||||
|
@ -23,6 +23,6 @@ chroot-file_package() {
|
||||||
conflicts="file>=0 file-devel>=0 libmagic>=0"
|
conflicts="file>=0 file-devel>=0 libmagic>=0"
|
||||||
provides="file-${version} file-devel-${version} libmagic-${version}"
|
provides="file-${version} file-devel-${version} libmagic-${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue