mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
xz: update to 5.2.4, fix license.
Closes #14001. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
36b8f366b1
commit
cec0a7f56d
1 changed files with 5 additions and 8 deletions
|
@ -1,18 +1,15 @@
|
||||||
# Template file for 'xz'
|
# Template file for 'xz'
|
||||||
pkgname=xz
|
pkgname=xz
|
||||||
version=5.2.3
|
version=5.2.4
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="The XZ compression utilities"
|
short_desc="The XZ compression utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Public domain, GPL-2, GPL-3, LGPL-2.1"
|
license="Public domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://tukaani.org/xz"
|
homepage="https://tukaani.org/xz"
|
||||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
distfiles="https://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||||
checksum=fd9ca16de1052aac899ad3495ad20dfa906c27b4a5070102a2ec35ca3a4740c1
|
checksum=3313fd2a95f43d88e44264e6b015e7d03053e681860b0d5d3f9baca79c57b7bf
|
||||||
|
|
||||||
CFLAGS="-fPIC"
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/share/doc
|
rm -r ${DESTDIR}/usr/share/doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue