summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-10-04 04:28:33 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-10-04 04:28:33 +0000
commitd762acf1b617944000da9032e727848b932434fe (patch)
tree57dda95146c3db7afedda0a33326725fb87d5c31 /dev-libs/dbh/dbh-1.0.20.ebuild
parentswitched custom ARCH setting code to use set_arch_to_* from eutils, also used... (diff)
downloadhistorical-d762acf1b617944000da9032e727848b932434fe.tar.gz
historical-d762acf1b617944000da9032e727848b932434fe.tar.bz2
historical-d762acf1b617944000da9032e727848b932434fe.zip
Version bump.
Diffstat (limited to 'dev-libs/dbh/dbh-1.0.20.ebuild')
-rw-r--r--dev-libs/dbh/dbh-1.0.20.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/dbh/dbh-1.0.20.ebuild b/dev-libs/dbh/dbh-1.0.20.ebuild
new file mode 100644
index 000000000000..d7c5b84107c6
--- /dev/null
+++ b/dev-libs/dbh/dbh-1.0.20.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.20.ebuild,v 1.1 2004/10/04 04:28:33 bcowan Exp $
+
+IUSE=""
+
+DESCRIPTION="Disk based hashes is a method to create multidimensional binary trees on disk"
+HOMEPAGE="http://dbh.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="QPL"
+SLOT="0"
+KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~mips"
+
+DEPEND="dev-util/pkgconfig"
+RDEPEND=""
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS INSTALL COPYING README ChangeLog
+}