mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
app-arch/cpio: Sync with Gentoo
It's from Gentoo commit 226fcb9d41b4be413a80adac41ddcf090f260bae.
This commit is contained in:
parent
834430ca55
commit
9c02cf0006
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
inherit multiprocessing
|
||||||
|
|
||||||
DESCRIPTION="File archival tool which can also read and write tar files"
|
DESCRIPTION="File archival tool which can also read and write tar files"
|
||||||
HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html"
|
HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html"
|
||||||
SRC_URI="mirror://gnu/cpio/${P}.tar.bz2"
|
SRC_URI="mirror://gnu/cpio/${P}.tar.bz2"
|
||||||
@ -39,6 +41,10 @@ src_configure() {
|
|||||||
econf "${myeconfargs[@]}"
|
econf "${myeconfargs[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
emake check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)"
|
||||||
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
# Ensure to preserve the symlink before app-alternatives/cpio
|
# Ensure to preserve the symlink before app-alternatives/cpio
|
||||||
# is installed
|
# is installed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user