mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
Merge updates from master
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=7
|
|||||||
DOCBUILDER="sphinx"
|
DOCBUILDER="sphinx"
|
||||||
DOCDIR="${S}/docs"
|
DOCDIR="${S}/docs"
|
||||||
|
|
||||||
inherit docs
|
inherit autotools docs
|
||||||
|
|
||||||
DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
|
DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
|
||||||
HOMEPAGE="https://rauc.io/"
|
HOMEPAGE="https://rauc.io/"
|
||||||
@@ -36,6 +36,11 @@ DEPEND="
|
|||||||
|
|
||||||
PATCHES=( "${FILESDIR}/${P}-tests.patch" )
|
PATCHES=( "${FILESDIR}/${P}-tests.patch" )
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
eautoreconf
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local myconf=(
|
local myconf=(
|
||||||
$(use_enable json)
|
$(use_enable json)
|
||||||
@@ -44,3 +49,8 @@ src_configure() {
|
|||||||
)
|
)
|
||||||
econf "${myconf[@]}"
|
econf "${myconf[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
default
|
||||||
|
docs_compile
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user