mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
media-gfx/azpainter: edo
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit toolchain-funcs xdg
|
inherit edo toolchain-funcs xdg
|
||||||
|
|
||||||
DESCRIPTION="Full color painting software for Linux for illustration drawing"
|
DESCRIPTION="Full color painting software for Linux for illustration drawing"
|
||||||
HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html
|
HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html
|
||||||
@@ -38,11 +38,9 @@ DOCS=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
sh ./configure \
|
|
||||||
--prefix=/usr \
|
|
||||||
--docdir=/usr/share/doc/${PF} \
|
|
||||||
CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}" || die
|
|
||||||
tc-export AR
|
tc-export AR
|
||||||
|
edo sh ./configure --prefix=/usr --docdir=/usr/share/doc/${PF} \
|
||||||
|
CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user