file: update to 5.14.
This commit is contained in:
parent
0a294d2456
commit
adac17365f
3 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'file-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="zlib-devel libmagic>=${version}"
|
||||
short_desc="File type identification library -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ short_desc="File type identification library"
|
|||
replaces="file<5.12"
|
||||
|
||||
do_install() {
|
||||
vmove usr/lib usr
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
vmove usr/share/misc usr/share
|
||||
vmove usr/share/man/man4 usr/share/man
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'file'
|
||||
pkgname=file
|
||||
version=5.13
|
||||
version=5.14
|
||||
revision=1
|
||||
conflicts="chroot-file>=0"
|
||||
subpackages="libmagic file-devel"
|
||||
|
@ -11,4 +11,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.darwinsys.com/file/"
|
||||
license="BSD"
|
||||
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
|
||||
checksum=f75b7b23ac576b47ed4ba4915e2fb239d9c0d74ac5b4e6a89704b1ed45ee6e2b
|
||||
checksum=461ba01dd0900a3b7c2dcd901b04903192c07887a9c1928af0be507572c77fe4
|
||||
|
|
Loading…
Reference in a new issue