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