27 lines
688 B
Text
27 lines
688 B
Text
# Template file for 'chroot-xz'
|
|
pkgname=chroot-xz
|
|
version=5.0.5
|
|
revision=1
|
|
wrksrc="xz-${version}"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-nls --disable-shared"
|
|
short_desc="XZ utilities -- for xbps-src use"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://tukaani.org/xz/"
|
|
license="custom blend of Public Domain, GPL-2 and GPL-2"
|
|
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
|
checksum=166c48d2842519bc4f96333bff9e265f8cdda44d38e40594ef3f9bbb52890490
|
|
|
|
bootstrap=yes
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/lib ${DESTDIR}/usr/share ${DESTDIR}/usr/include
|
|
}
|
|
|
|
chroot-xz_package() {
|
|
conflicts="xz>=0"
|
|
provides="xz-${version}"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|