mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
lrzip: update to 0.651.
This commit is contained in:
parent
bec82fa2e4
commit
1ebbe01b05
1 changed files with 2 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lrzip'
|
# Template file for 'lrzip'
|
||||||
pkgname=lrzip
|
pkgname=lrzip
|
||||||
version=0.650
|
version=0.651
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
hostmakedepends="perl automake libtool"
|
hostmakedepends="perl automake libtool"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://lrzip.kolivas.org/"
|
homepage="http://lrzip.kolivas.org/"
|
||||||
distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz"
|
||||||
checksum=e07b2b3511689e4aaf7404d289feba5d9d6e1170c448f85e393a11249502dd66
|
checksum=f4c84de778a059123040681fd47c17565fcc4fec0ccc68fcf32d97fad16cd892
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) hostmakedepends+=" nasm";;
|
i686*|x86_64*) hostmakedepends+=" nasm";;
|
||||||
|
@ -19,9 +19,3 @@ esac
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue