rkt: update to 1.25.0.
This commit is contained in:
parent
6df968b20a
commit
62f208aba6
@ -1,6 +1,6 @@
|
||||
# Template file for 'rkt'
|
||||
pkgname=rkt
|
||||
version=1.24.0
|
||||
version=1.25.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake wget cpio squashfs-tools bc gnupg git go"
|
||||
@ -11,14 +11,15 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/coreos/rkt"
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=ffeb9933d58a642a5dde4730eacde9a597345698120cf36283e02cf2ed085e2d
|
||||
checksum=090da380ae8526d2a819f777fa983aee0df6254c37eb1fd74783d2d4c4ced359
|
||||
|
||||
patch_args="-Np1"
|
||||
nopie=yes
|
||||
|
||||
# KVM support broken
|
||||
configure_args="--enable-tpm=no
|
||||
--enable-sdjournal=no
|
||||
--with-stage1-flavors=fly,kvm,coreos,host
|
||||
--with-stage1-flavors=fly,coreos,host
|
||||
--with-stage1-default-location=/usr/lib/rkt/stage1.aci"
|
||||
|
||||
system_groups="rkt"
|
||||
@ -71,15 +72,15 @@ rkt-stage1-fly_package() {
|
||||
}
|
||||
}
|
||||
|
||||
rkt-stage1-kvm_package() {
|
||||
alternatives="rkt-stage1:/usr/lib/rkt/stage1.aci:/usr/lib/rkt/stage1-kvm.aci"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - kvm stage1"
|
||||
provides="rkt-stage1-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vinstall build-${sourcepkg}-${version}/target/bin/stage1-kvm.aci 644 usr/lib/rkt
|
||||
}
|
||||
}
|
||||
#rkt-stage1-kvm_package() {
|
||||
# alternatives="rkt-stage1:/usr/lib/rkt/stage1.aci:/usr/lib/rkt/stage1-kvm.aci"
|
||||
# depends="${sourcepkg}>=${version}_${revision}"
|
||||
# short_desc+=" - kvm stage1"
|
||||
# provides="rkt-stage1-${version}_${revision}"
|
||||
# pkg_install() {
|
||||
# vinstall build-${sourcepkg}-${version}/target/bin/stage1-kvm.aci 644 usr/lib/rkt
|
||||
# }
|
||||
#}
|
||||
|
||||
rkt-stage1-coreos_package() {
|
||||
alternatives="rkt-stage1:/usr/lib/rkt/stage1.aci:/usr/lib/rkt/stage1-coreos.aci"
|
||||
|
Loading…
Reference in New Issue
Block a user