mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
app-containers/crun: Sync with Gentoo
It's from Gentoo commit a8d7f8cb64ddf98c264c259aa286ed19bafbb52b.
This commit is contained in:
parent
b19bfde074
commit
2510fc2ba5
@ -1,11 +1,11 @@
|
|||||||
# Copyright 2019-2024 Gentoo Authors
|
# Copyright 2019-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..12} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
|
||||||
inherit python-any-r1
|
inherit libtool python-any-r1
|
||||||
|
|
||||||
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
||||||
HOMEPAGE="https://github.com/containers/crun"
|
HOMEPAGE="https://github.com/containers/crun"
|
||||||
@ -43,6 +43,11 @@ BDEPEND="
|
|||||||
# required to create linux "containers".
|
# required to create linux "containers".
|
||||||
RESTRICT="test"
|
RESTRICT="test"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
elibtoolize
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
$(use_enable bpf)
|
$(use_enable bpf)
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Copyright 2019-2024 Gentoo Authors
|
# Copyright 2019-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
|
|
||||||
inherit python-any-r1
|
inherit libtool python-any-r1
|
||||||
|
|
||||||
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
||||||
HOMEPAGE="https://github.com/containers/crun"
|
HOMEPAGE="https://github.com/containers/crun"
|
||||||
@ -37,6 +37,11 @@ BDEPEND="
|
|||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
"
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
elibtoolize
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
$(use_enable bpf)
|
$(use_enable bpf)
|
||||||
|
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
|
|
||||||
inherit python-any-r1
|
inherit libtool python-any-r1
|
||||||
|
|
||||||
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
||||||
HOMEPAGE="https://github.com/containers/crun"
|
HOMEPAGE="https://github.com/containers/crun"
|
||||||
@ -37,6 +37,11 @@ BDEPEND="
|
|||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
"
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
elibtoolize
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
--cache-file="${S}"/config.cache
|
--cache-file="${S}"/config.cache
|
||||||
|
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
|
|
||||||
inherit python-any-r1
|
inherit libtool python-any-r1
|
||||||
|
|
||||||
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
||||||
HOMEPAGE="https://github.com/containers/crun"
|
HOMEPAGE="https://github.com/containers/crun"
|
||||||
@ -37,6 +37,11 @@ BDEPEND="
|
|||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
"
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
elibtoolize
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
--cache-file="${S}"/config.cache
|
--cache-file="${S}"/config.cache
|
||||||
|
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
PYTHON_COMPAT=( python3_{10..13} )
|
PYTHON_COMPAT=( python3_{10..13} )
|
||||||
|
|
||||||
inherit python-any-r1
|
inherit libtool python-any-r1
|
||||||
|
|
||||||
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
DESCRIPTION="A fast and low-memory footprint OCI Container Runtime fully written in C"
|
||||||
HOMEPAGE="https://github.com/containers/crun"
|
HOMEPAGE="https://github.com/containers/crun"
|
||||||
@ -37,6 +37,11 @@ BDEPEND="
|
|||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
"
|
"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
elibtoolize
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myeconfargs=(
|
local myeconfargs=(
|
||||||
--cache-file="${S}"/config.cache
|
--cache-file="${S}"/config.cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user