mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
www-client/badwolf: Update live ebuild
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
77b631651a
commit
36f80493f9
@ -33,24 +33,18 @@ RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
CC="${CC:-cc}" \
|
||||
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
PREFIX="/usr"
|
||||
CC="${CC:-cc}" \
|
||||
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
DOCDIR="/usr/share/doc/${PF}" \
|
||||
WITH_WEBKITGTK=4.0 \
|
||||
PREFIX="/usr" \
|
||||
./configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
DOCDIR="/usr/share/doc/${PF}" \
|
||||
PREFIX="/usr" \
|
||||
install
|
||||
default
|
||||
|
||||
[[ "${PV}" == "9999" ]] || save_config config.h
|
||||
einstalldocs
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user