file: update to 5.17.
This commit is contained in:
parent
8f4f141a84
commit
f31d506f50
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'file'
|
# Template file for 'file'
|
||||||
pkgname=file
|
pkgname=file
|
||||||
version=5.16
|
version=5.17
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-static"
|
configure_args="--enable-static"
|
||||||
|
@ -11,7 +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=48bcac7726c37a8a0bc7ffa16b58993575657dd7b382039380fb3b74ab389261
|
checksum=3feb97141b387b64da30aee485852925312c0e74219380a5ed451f14a90c83ca
|
||||||
|
|
||||||
libmagic_package() {
|
libmagic_package() {
|
||||||
short_desc="File type identification library"
|
short_desc="File type identification library"
|
||||||
|
@ -24,7 +24,7 @@ libmagic_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
file-devel_package() {
|
file-devel_package() {
|
||||||
depends="zlib-devel libmagic>=${version}"
|
depends="zlib-devel libmagic>=${version}_${revision}"
|
||||||
short_desc="File type identification library - development files"
|
short_desc="File type identification library - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue