Parent Directory
|
Revision Log
add ~arm, bug #440908 (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.6.1.ebuild,v 1.2 2012/11/03 08:59:16 scarabeus Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | inherit base |
| 8 | |
| 9 | DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm" |
| 10 | HOMEPAGE="http://code.google.com/p/multidimalgorithm/" |
| 11 | SRC_URI="http://multidimalgorithm.googlecode.com/files/${P/-/_}.tar.bz2" |
| 12 | |
| 13 | LICENSE="MIT" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux" |
| 16 | IUSE="" |
| 17 | |
| 18 | DEPEND="dev-libs/boost" |
| 19 | RDEPEND="${DEPEND}" |
| 20 | |
| 21 | S=${WORKDIR}/${P/-/_} |
| 22 | |
| 23 | src_configure() { |
| 24 | econf \ |
| 25 | --with-hash-container=boost \ |
| 26 | --docdir="${EPREFIX}/usr/share/doc/${PF}" |
| 27 | } |
| 28 | |
| 29 | src_compile() { :; } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |