summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:46:28 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:46:28 +0000
commit215ee572a0b55d9751bc29a9642596561ffc98c5 (patch)
tree2f999576a4fbdf35b11d42bf1d19d76466969024 /dev-libs/tdb/tdb-1.0.6.ebuild
parentAdded KEYWORDS, removed old version. (diff)
downloadhistorical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.gz
historical-215ee572a0b55d9751bc29a9642596561ffc98c5.tar.bz2
historical-215ee572a0b55d9751bc29a9642596561ffc98c5.zip
repoman'd
Diffstat (limited to 'dev-libs/tdb/tdb-1.0.6.ebuild')
-rw-r--r--dev-libs/tdb/tdb-1.0.6.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-libs/tdb/tdb-1.0.6.ebuild b/dev-libs/tdb/tdb-1.0.6.ebuild
index 7326d78fa024..6a993a9f417f 100644
--- a/dev-libs/tdb/tdb-1.0.6.ebuild
+++ b/dev-libs/tdb/tdb-1.0.6.ebuild
@@ -1,12 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tdb/tdb-1.0.6.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tdb/tdb-1.0.6.ebuild,v 1.4 2002/08/01 18:46:28 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="tdb - Trivial Database"
SRC_URI="mirror://sourceforge/tdb/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/tdb"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+
src_compile() {
./configure --prefix=/usr || die
make || die