# Contributor: Pierre Schmitz # Contributor: François Charette _pkgname=xz pkgname=static-compat-$_pkgname pkgver=5.2.7 pkgrel=1 pkgdesc='Library and command line tools for XZ and LZMA compressed files' arch=('x86_64') url='https://tukaani.org/xz/' license=('GPL' 'LGPL' 'custom') depends=('glibc-static-compat') makedepends=('static-compat-configure') options=(!emptydirs staticlibs) validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin source=("https://tukaani.org/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.sig}) sha256sums=('06327c2ddc81e126a6d9a78b0be5014b976a2c0832f492dcfc4755d7facf6d33' 'SKIP') sha512sums=('06329fdbd1d897aa99dc96900c6246457288c586d02bb4869a92dd2f97973f95acb3a2fa9598a20613ea029f816836a8e3b65e36fec2b807b5e7553141429ab9' 'SKIP') build() { source static-compat-environment cd "${srcdir}/${_pkgname}-${pkgver}" static-compat-configure --disable-shared --enable-static --disable-rpath make } check() { source static-compat-environment cd "${srcdir}/${_pkgname}-${pkgver}" make check } package() { source static-compat-environment cd "${srcdir}/${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}/" ln -sf /usr/static/share/doc/xz/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" rm -r "$pkgdir/$static_compat_prefix"/bin rm -r "$pkgdir/$static_compat_prefix"/share/{man,doc,locale} }