mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 19:43:50 +02:00
xz: update to 5.2.0.
This commit is contained in:
parent
eca9ad05c5
commit
a2a290e5fa
1 changed files with 4 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'xz'
|
# Template file for 'xz'
|
||||||
pkgname=xz
|
pkgname=xz
|
||||||
version=5.0.7
|
version=5.2.0
|
||||||
revision=2
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="The XZ utilities"
|
short_desc="The XZ compression utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain, GPL-2, GPL-3, LGPL-2.1"
|
license="Public domain, GPL-2, GPL-3, LGPL-2.1"
|
||||||
homepage="http://tukaani.org/xz"
|
homepage="http://tukaani.org/xz"
|
||||||
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
distfiles="http://tukaani.org/xz/xz-${version}.tar.bz2"
|
||||||
checksum=e8851dc749df2340dac6c9297cb2653eff684e73c3dedf690930119502edd616
|
checksum=f7357d7455a1670229b3cca021da71dd5d13b789db62743c20624bdffc9cc4a5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -r ${DESTDIR}/usr/share/doc
|
rm -r ${DESTDIR}/usr/share/doc
|
||||||
|
@ -17,7 +17,6 @@ post_install() {
|
||||||
|
|
||||||
liblzma_package() {
|
liblzma_package() {
|
||||||
short_desc="XZ-format compression library"
|
short_desc="XZ-format compression library"
|
||||||
replaces="xz<5.0.0"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
|
@ -25,7 +24,6 @@ liblzma_package() {
|
||||||
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"
|
||||||
replaces="xz-devel>=0"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
|
Loading…
Add table
Reference in a new issue