summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2005-02-01 22:34:19 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2005-02-01 22:34:19 +0000
commite7f84dc46212ebc67b657f9659ee3d8211dbe224 (patch)
tree39cc94c07e3374d655f150e6d6305a92ac50a554 /dev-libs/dbh/dbh-1.0.21.ebuild
parentstable on x86 and amd64 (diff)
downloadgentoo-2-e7f84dc46212ebc67b657f9659ee3d8211dbe224.tar.gz
gentoo-2-e7f84dc46212ebc67b657f9659ee3d8211dbe224.tar.bz2
gentoo-2-e7f84dc46212ebc67b657f9659ee3d8211dbe224.zip
version bump
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs/dbh/dbh-1.0.21.ebuild')
-rw-r--r--dev-libs/dbh/dbh-1.0.21.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/dbh/dbh-1.0.21.ebuild b/dev-libs/dbh/dbh-1.0.21.ebuild
new file mode 100644
index 000000000000..15c9cbc9a1ef
--- /dev/null
+++ b/dev-libs/dbh/dbh-1.0.21.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbh/dbh-1.0.21.ebuild,v 1.1 2005/02/01 22:34:19 bcowan Exp $
+
+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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-util/pkgconfig"
+RDEPEND=""
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL README ChangeLog
+}