file: update to 5.12.
This commit is contained in:
parent
0b751604b8
commit
d510cbdd4c
5 changed files with 23 additions and 22 deletions
|
@ -62,7 +62,7 @@ libobjc.so.3 libobjc-4.4.0_1
|
||||||
libmudflap.so.0 libmudflap-4.4.0_1
|
libmudflap.so.0 libmudflap-4.4.0_1
|
||||||
libmudflapth.so.0 libmudflap-4.4.0_1
|
libmudflapth.so.0 libmudflap-4.4.0_1
|
||||||
libgomp.so.1 libgomp-4.4.0_1
|
libgomp.so.1 libgomp-4.4.0_1
|
||||||
libmagic.so.1 file-4.90_1
|
libmagic.so.1 libmagic-5.12_1
|
||||||
libbluetooth.so.3 libbluetooth-4.58_1
|
libbluetooth.so.3 libbluetooth-4.58_1
|
||||||
libwmf-0.2.so.7 libwmf-0.2.8.4_1
|
libwmf-0.2.so.7 libwmf-0.2.8.4_1
|
||||||
libwmflite-0.2.so.7 libwmf-0.2.8.4_1
|
libwmflite-0.2.so.7 libwmf-0.2.8.4_1
|
||||||
|
|
|
@ -1,16 +1,10 @@
|
||||||
# Template file for 'file-devel'.
|
# Template file for 'file-devel'.
|
||||||
#
|
#
|
||||||
depends="zlib-devel file"
|
noarch=yes
|
||||||
short_desc="${short_desc} (development files)"
|
depends="zlib-devel libmagic>=${version}"
|
||||||
long_desc="${long_desc}
|
short_desc="File type identification library -- development files"
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/share/man/man3 usr/share/man
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/libmagic.*a ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
|
||||||
}
|
}
|
||||||
|
|
10
srcpkgs/file/libmagic.template
Normal file
10
srcpkgs/file/libmagic.template
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Template file for 'libmagic'.
|
||||||
|
#
|
||||||
|
short_desc="File type identification library"
|
||||||
|
replaces="file<5.12"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/lib usr
|
||||||
|
vmove usr/share/misc usr/share
|
||||||
|
vmove usr/share/man/man4 usr/share/man
|
||||||
|
}
|
|
@ -1,17 +1,13 @@
|
||||||
# Template file for 'file'
|
# Template file for 'file'
|
||||||
pkgname=file
|
pkgname=file
|
||||||
version=5.11
|
version=5.12
|
||||||
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz"
|
revision=1
|
||||||
|
subpackages="libmagic file-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
revision=1
|
|
||||||
short_desc="File type identification utility"
|
short_desc="File type identification utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.darwinsys.com/file/"
|
homepage="http://www.darwinsys.com/file/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7
|
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
|
||||||
long_desc="
|
checksum=199d0dab2e32814cbced8dc30d3d2d5b7e45587598160a2c401358b573273d22
|
||||||
File attempts to classify files depending on their contents and prints
|
|
||||||
a description if a match is found."
|
|
||||||
|
|
||||||
subpackages="file-devel"
|
|
||||||
|
|
1
srcpkgs/libmagic
Symbolic link
1
srcpkgs/libmagic
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
file
|
Loading…
Reference in a new issue