# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Kirill A. Korinskiy # $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.50-r2.ebuild,v 1.3 2006/04/29 05:07:25 mkennedy Exp $ ETLA_VERSION="miles@gnu.org--2006/tla-tools--devo--0" ETLA_ARCHIVES=" http://mirrors.sourcecontrol.net/miles@gnu.org--2006" inherit tla eutils DESCRIPTION="tla-tools is a package of helpful commands to use with the tla program." SRC_URI="" HOMEPAGE="http://www.gnuarch.org/gnuarchwiki/tla-tools" DEPEND="dev-util/tla sys-apps/gawk sys-apps/sed" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~ppc-macos" src_unpack() { tla_src_unpack } src_compile() { cd ${WORKDIR}/${P} ./configure \ --prefix /usr || die "econf failed" make || die "make failed" } src_install () { make DESTDIR=${D} install || die "make install failed" }