Gentoo Archives: gentoo-user

From: "Jc García" <jyo.garcia@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] creating a .9999 ebuild
Date: Mon, 14 Dec 2015 22:21:44
Message-Id: CAGQH77dccnMN9kejqsKhpLozD-jZAQK24o_Lv=_aO+bjtONvZw@mail.gmail.com
In Reply to: Re: [gentoo-user] creating a .9999 ebuild by covici@ccs.covici.com
1 2015-12-14 16:13 GMT-06:00 <covici@××××××××××.com>:
2
3 > OK, I have one question more -- for the git, I need to run ./autogen
4 > before I can run configure, do I need to put that in source_prepare, or
5 > is this done automatically?
6
7 That should mean the package you are building is using autotools as a
8 build system, so you should inherit the autotools eclass and run
9 eautoreconf in src_prepare(). I remember this is stuff that it's in
10 the dev manual, that should be the place you should be looking mostly.
11
12 PD: knowing the build system also helps a lot

Replies

Subject Author
Re: [gentoo-user] creating a .9999 ebuild covici@××××××××××.com