mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
sys-devel/qbe: Fix prefix, docs, cflags
Closes: https://bugs.gentoo.org/854072 Closes: https://bugs.gentoo.org/854069 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
baa196d22c
commit
6daca6b24c
@ -17,6 +17,13 @@ HOMEPAGE="https://c9x.me/compile/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
PREFIX=/usr default
|
||||
DOCS=( README doc )
|
||||
|
||||
src_compile() {
|
||||
emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
emake install DESTDIR="${ED}" PREFIX=/usr
|
||||
}
|
@ -17,6 +17,13 @@ HOMEPAGE="https://c9x.me/compile/"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
PREFIX=/usr default
|
||||
DOCS=( README doc )
|
||||
|
||||
src_compile() {
|
||||
emake CFLAGS="-std=c99 ${CPPFLAGS} ${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
emake install DESTDIR="${ED}" PREFIX=/usr
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user