mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
xz: bootstrap pkg; supersedes chroot-xz.
This commit is contained in:
parent
5dc3e3c874
commit
4111057a6d
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'xz'
|
# Template file for 'xz'
|
||||||
pkgname=xz
|
pkgname=xz
|
||||||
version=5.0.5
|
version=5.0.5
|
||||||
revision=1
|
revision=2
|
||||||
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="The XZ utilities"
|
short_desc="The XZ utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -31,8 +32,8 @@ liblzma-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
xz_package() {
|
xz_package() {
|
||||||
conflicts="chroot-xz>=0"
|
replaces="chroot-xz>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue