void-packages/srcpkgs/file/template

36 lines
962 B
Bash
Raw Normal View History

# Template file for 'file'
pkgname=file
2015-07-10 07:07:37 +02:00
version=5.24
2015-08-18 12:00:16 +02:00
revision=2
2014-09-22 10:34:22 +02:00
bootstrap=yes
2015-07-10 07:07:37 +02:00
build_pie=yes
build_style=gnu-configure
2013-03-27 08:30:04 +01:00
configure_args="--enable-static"
makedepends="zlib-devel"
short_desc="File type identification utility"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-09-19 10:14:34 +02:00
homepage="http://www.darwinsys.com/file/"
license="BSD"
2015-07-29 08:05:00 +02:00
#distfiles="ftp://ftp.astron.com/pub/file/file-${version}.tar.gz"
distfiles="https://distfiles.macports.org/file/file-${version}.tar.gz"
2015-07-10 07:07:37 +02:00
checksum=802cb3de2e49e88ef97cdcb52cd507a0f25458112752e398445cea102bc750ce
libmagic_package() {
short_desc="File type identification library"
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
}
}
file-devel_package() {
2015-07-10 07:07:37 +02:00
depends="${makedepends} libmagic>=${version}_${revision}"
2013-09-25 12:12:34 +02:00
short_desc="File type identification library - development files"
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
}
}