file: update to 5.15.
This commit is contained in:
parent
1cae9d5cd5
commit
f29d145054
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'file'
|
# Template file for 'file'
|
||||||
pkgname=file
|
pkgname=file
|
||||||
version=5.14
|
version=5.15
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-static"
|
configure_args="--enable-static"
|
||||||
|
@ -10,13 +10,13 @@ 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
|
||||||
|
|
||||||
libmagic_package() {
|
libmagic_package() {
|
||||||
short_desc="File type identification library"
|
short_desc="File type identification library"
|
||||||
replaces="file<5.12"
|
replaces="file<5.12"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
vmove usr/share/misc
|
vmove usr/share/misc
|
||||||
vmove usr/share/man/man4
|
vmove usr/share/man/man4
|
||||||
}
|
}
|
||||||
|
@ -24,10 +24,11 @@ libmagic_package() {
|
||||||
|
|
||||||
file-devel_package() {
|
file-devel_package() {
|
||||||
depends="zlib-devel libmagic>=${version}"
|
depends="zlib-devel libmagic>=${version}"
|
||||||
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
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -35,7 +36,6 @@ file-devel_package() {
|
||||||
file_package() {
|
file_package() {
|
||||||
conflicts="chroot-file>=0"
|
conflicts="chroot-file>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove all
|
||||||
vmove usr/share/man/man1
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue