summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-06 04:06:25 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-06 04:06:25 +0000
commit35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22 (patch)
treedcde7b2cfdeb6d37ff129a7ff526fd334e1fc05f /app-i18n/libtabe
parentCloses #46164 (diff)
downloadhistorical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.tar.gz
historical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.tar.bz2
historical-35cfd73c2f7695df1f8f2d1bce8d9ab545b63d22.zip
add inherit eutils
Diffstat (limited to 'app-i18n/libtabe')
-rw-r--r--app-i18n/libtabe/libtabe-0.2.5.ebuild14
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() {