2008-10-23 23:27:10 +02:00
|
|
|
# Template file for 'file'
|
|
|
|
pkgname=file
|
2014-10-11 09:13:56 +02:00
|
|
|
version=5.20
|
2014-11-12 19:41:05 +01:00
|
|
|
revision=2
|
2014-09-22 10:34:22 +02:00
|
|
|
bootstrap=yes
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-27 08:30:04 +01:00
|
|
|
configure_args="--enable-static"
|
2013-03-24 10:21:58 +01:00
|
|
|
makedepends="zlib-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
conflicts="chroot-file>=0"
|
2008-10-23 23:27:10 +02:00
|
|
|
short_desc="File type identification utility"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-19 10:14:34 +02:00
|
|
|
homepage="http://www.darwinsys.com/file/"
|
|
|
|
license="BSD"
|
2013-01-04 07:28:59 +01:00
|
|
|
distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
|
2014-10-11 09:13:56 +02:00
|
|
|
checksum=5bc36bfbb83a009da25a7174848f1bc5824be03192a8fdce7f83dc897ed2d247
|
2013-04-12 11:16:02 +02:00
|
|
|
|
|
|
|
libmagic_package() {
|
|
|
|
short_desc="File type identification library"
|
|
|
|
replaces="file<5.12"
|
|
|
|
pkg_install() {
|
2013-09-25 12:12:34 +02:00
|
|
|
vmove "usr/lib/*.so.*"
|
2013-04-19 09:06:06 +02:00
|
|
|
vmove usr/share/misc
|
|
|
|
vmove usr/share/man/man4
|
2013-04-12 11:16:02 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
file-devel_package() {
|
2014-02-14 10:58:20 +01:00
|
|
|
depends="zlib-devel libmagic>=${version}_${revision}"
|
2013-09-25 12:12:34 +02:00
|
|
|
short_desc="File type identification library - development files"
|
2013-04-12 11:16:02 +02:00
|
|
|
pkg_install() {
|
2013-04-19 09:06:06 +02:00
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
2013-09-25 12:12:34 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-19 09:06:06 +02:00
|
|
|
vmove usr/share/man/man3
|
2013-04-12 11:16:02 +02:00
|
|
|
}
|
|
|
|
}
|