diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 04:02:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-06 04:02:09 +0000 |
commit | 9f90934cce59cd69b23b4ba18aaaab58424ddc48 (patch) | |
tree | 714480e73c16e73ba76d14152d7efe858bf41494 /app-i18n/libtabe | |
parent | add inherit eutils (diff) | |
download | gentoo-2-9f90934cce59cd69b23b4ba18aaaab58424ddc48.tar.gz gentoo-2-9f90934cce59cd69b23b4ba18aaaab58424ddc48.tar.bz2 gentoo-2-9f90934cce59cd69b23b4ba18aaaab58424ddc48.zip |
add inherit eutils
Diffstat (limited to 'app-i18n/libtabe')
-rw-r--r-- | app-i18n/libtabe/libtabe-0.2.5.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-i18n/libtabe/libtabe-0.2.5.ebuild b/app-i18n/libtabe/libtabe-0.2.5.ebuild index 295e83453140..acc459c10a52 100644 --- a/app-i18n/libtabe/libtabe-0.2.5.ebuild +++ b/app-i18n/libtabe/libtabe-0.2.5.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.5.ebuild,v 1.7 2003/11/04 02:56:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.5.ebuild,v 1.8 2004/04/06 03:58:00 vapier Exp $ + +inherit eutils DESCRIPTION="Libtabe provides bimsphone support for xcin-2.5+" HOMEPAGE="http://libtabe.sourceforge.net/" SRC_URI="ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/${P}.tar.gz" -IUSE="" LICENSE="XCIN" SLOT="0" KEYWORDS="x86" DEPEND="=sys-libs/db-3*" -S="${WORKDIR}/${PN}" -MAKEOPTS="${MAKEOPTS} -j1" + +S=${WORKDIR}/${PN} src_unpack() { unpack ${A} @@ -21,13 +22,12 @@ src_unpack() { } src_compile() { - econf \ --with-db-inc=/usr/include/db3 \ --with-db-lib=/usr/lib \ --with-db-bin=/usr/bin \ --enable-shared || die "econf failed" - emake || die " make failed" + emake -j1 || die " make failed" } src_install() { |