void-packages/srcpkgs/xz/template

36 lines
824 B
Bash
Raw Normal View History

# Template file for 'xz'
pkgname=xz
2015-09-30 14:30:25 +00:00
version=5.2.2
revision=1
bootstrap=yes
build_style=gnu-configure
2014-12-22 08:18:32 +00:00
short_desc="The XZ compression utilities"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2012-06-23 06:11:25 +00:00
license="Public domain, GPL-2, GPL-3, LGPL-2.1"
2014-08-29 07:57:49 +00:00
homepage="http://tukaani.org/xz"
2012-06-23 06:11:25 +00:00
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
2015-09-30 14:30:25 +00:00
checksum=6ff5f57a4b9167155e35e6da8b529de69270efb2b4cf3fbabf41a4ee793840b5
CFLAGS="-fPIC"
2014-10-10 06:32:25 +00:00
post_install() {
rm -r ${DESTDIR}/usr/share/doc
}
liblzma_package() {
short_desc="XZ-format compression library"
pkg_install() {
2013-07-01 07:03:42 +00:00
vmove "usr/lib/*.so.*"
}
}
liblzma-devel_package() {
depends="liblzma>=${version}_${revision}"
short_desc="XZ-format compression library - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
2013-07-01 07:03:42 +00:00
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}