diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-06-22 21:11:23 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-06-22 21:11:23 +0000 |
commit | 45f7971ac92ae9b257aa699caf9006afd0a6880c (patch) | |
tree | d62fb251e00f0e006c4aae06f0d567344aff8f65 /dev-util | |
parent | New amara Ebuild for bug 112117 (diff) | |
download | sunrise-45f7971ac92ae9b257aa699caf9006afd0a6880c.tar.gz sunrise-45f7971ac92ae9b257aa699caf9006afd0a6880c.tar.bz2 sunrise-45f7971ac92ae9b257aa699caf9006afd0a6880c.zip |
Reviewed up to revision 202
svn path=/sunrise/; revision=203
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/tla-tools/tla-tools-20060509.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-util/tla-tools/tla-tools-20060509.ebuild b/dev-util/tla-tools/tla-tools-20060509.ebuild index c4608c086..a56cefe62 100644 --- a/dev-util/tla-tools/tla-tools-20060509.ebuild +++ b/dev-util/tla-tools/tla-tools-20060509.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit tla +inherit tla eautoreconf DESCRIPTION="tla-tools is a package of helpful commands to use with the tla program." HOMEPAGE="http://www.gnuarch.org/gnuarchwiki/tla-tools" @@ -15,6 +15,11 @@ DEPEND="dev-util/tla" ETLA_VERSION="miles@gnu.org--2006/tla-tools--devo--0" ETLA_ARCHIVES="http://mirrors.sourcecontrol.net/miles@gnu.org--2006" +src_unpack() { + tla_src_unpack + eautoreconf +} + src_compile() { ./configure \ --prefix /usr || die "./configure failed" |