diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-26 20:28:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-26 20:28:35 +0000 |
commit | 88a1b360ef6056e0c47ce3c95e4e94d5b73ab3fb (patch) | |
tree | bc9abb1892d40e5da12be9ec1770f3dc11c4dc5c /dev-util/mdds/mdds-0.5.3-r1.ebuild | |
parent | Bump to EAPI 3 and fix for prefix. (diff) | |
download | historical-88a1b360ef6056e0c47ce3c95e4e94d5b73ab3fb.tar.gz historical-88a1b360ef6056e0c47ce3c95e4e94d5b73ab3fb.tar.bz2 historical-88a1b360ef6056e0c47ce3c95e4e94d5b73ab3fb.zip |
Revision bump to move docs to proper location. Fixes bug #376507.
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
Diffstat (limited to 'dev-util/mdds/mdds-0.5.3-r1.ebuild')
-rw-r--r-- | dev-util/mdds/mdds-0.5.3-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/mdds/mdds-0.5.3-r1.ebuild b/dev-util/mdds/mdds-0.5.3-r1.ebuild new file mode 100644 index 000000000000..5e50562d2f21 --- /dev/null +++ b/dev-util/mdds/mdds-0.5.3-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.5.3-r1.ebuild,v 1.1 2011/07/26 20:28:35 scarabeus Exp $ + +EAPI=4 + +DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm" +HOMEPAGE="http://code.google.com/p/multidimalgorithm/" +SRC_URI="http://multidimalgorithm.googlecode.com/files/${P/-/_}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-libs/boost" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P/-/_} + +src_configure() { + econf \ + --with-hash-container=boost \ + --docdir=/usr/share/doc/${PF} +} |