|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
EAPI=6 |
|
|
|
|
|
|
|
inherit eutils git-r3 autotools |
|
|
|
inherit eutils git-r3 autotools libtool |
|
|
|
|
|
|
|
DESCRIPTION="The taskrambler web server." |
|
|
|
HOMEPAGE="https://gitlab.weird-web-workers.org/taskrambler/taskrambler" |
|
|
|
@ -23,11 +23,12 @@ DEPEND=" |
|
|
|
RDEPEND="${DEPEND}" |
|
|
|
|
|
|
|
src_prepare() { |
|
|
|
aclocal |
|
|
|
libtoolize --copy |
|
|
|
autoheader |
|
|
|
automake --gnu --add-missing --copy |
|
|
|
autoconf |
|
|
|
einfo "Regenerating autotools files..." |
|
|
|
eaclocal -I "${WORKDIR}/m4" || die "aclocal failed" |
|
|
|
elibtoolize || die "libtoolize failed" |
|
|
|
eautoheader || die "autoheader failed" |
|
|
|
eautomake --gnu --add-missing --copy || die "automake failed" |
|
|
|
eautoconf || die "autoconf failed" |
|
|
|
} |
|
|
|
|
|
|
|
src_compile() { |
|
|
|
|