summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/dbh/dbh-1.0.15.ebuild')
-rw-r--r--dev-libs/dbh/dbh-1.0.15.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/dbh/dbh-1.0.15.ebuild b/dev-libs/dbh/dbh-1.0.15.ebuild
new file mode 100644
index 000000000000..3b2a8b81c5a0
--- /dev/null
+++ b/dev-libs/dbh/dbh-1.0.15.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.15.ebuild,v 1.1 2003/07/22 06:22:37 bcowan Exp $
+
+IUSE=""
+MY_P="${PN}_1.0-15"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Disk based hashes is a method to create multidimensional binary trees on disk"
+HOMEPAGE="http://www.xfce.org"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+DEPEND="dev-util/pkgconfig"
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
+}