mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
xz: update to 5.4.2.
This commit is contained in:
parent
989d1a91d4
commit
42da6c27d0
1 changed files with 4 additions and 6 deletions
|
@ -1,20 +1,17 @@
|
||||||
# Template file for 'xz'
|
# Template file for 'xz'
|
||||||
pkgname=xz
|
pkgname=xz
|
||||||
version=5.4.1
|
version=5.4.2
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-doc"
|
||||||
short_desc="XZ compression utilities"
|
short_desc="XZ compression utilities"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://tukaani.org/xz"
|
homepage="https://tukaani.org/xz"
|
||||||
changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
|
changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
|
||||||
distfiles="https://tukaani.org/xz/xz-${version}.tar.bz2"
|
distfiles="https://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||||
checksum=dd172acb53867a68012f94c17389401b2f274a1aa5ae8f84cbfb8b7e383ea8d3
|
checksum=aa49909cbd9028c4666a35fa4975f9a6203ed98154fbb8223ee43ef9ceee97c3
|
||||||
|
|
||||||
post_install() {
|
|
||||||
rm -r ${DESTDIR}/usr/share/doc
|
|
||||||
}
|
|
||||||
|
|
||||||
liblzma_package() {
|
liblzma_package() {
|
||||||
short_desc="XZ-format compression library"
|
short_desc="XZ-format compression library"
|
||||||
|
@ -22,6 +19,7 @@ liblzma_package() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
liblzma-devel_package() {
|
liblzma-devel_package() {
|
||||||
depends="liblzma>=${version}_${revision}"
|
depends="liblzma>=${version}_${revision}"
|
||||||
short_desc="XZ-format compression library - development files"
|
short_desc="XZ-format compression library - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue