lrzip: update to 0.651.

This commit is contained in:
tibequadorian 2022-03-17 16:48:30 +01:00 committed by Leah Neukirchen
parent bec82fa2e4
commit 1ebbe01b05

View file

@ -1,6 +1,6 @@
# Template file for 'lrzip'
pkgname=lrzip
version=0.650
version=0.651
revision=1
build_style="gnu-configure"
hostmakedepends="perl automake libtool"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://lrzip.kolivas.org/"
distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
checksum=e07b2b3511689e4aaf7404d289feba5d9d6e1170c448f85e393a11249502dd66
checksum=f4c84de778a059123040681fd47c17565fcc4fec0ccc68fcf32d97fad16cd892
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) hostmakedepends+=" nasm";;
@ -19,9 +19,3 @@ esac
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
# The library is deprecated as of lrzip 0.650.
post_install() {
rm -f ${DESTDIR}/usr/include/Lrzip.h
rm -f ${DESTDIR}/usr/lib/pkgconfig/lrzip.pc
}