| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sci-misc/apertium/apertium-3.2.0.ebuild,v 1.2 2012/04/25 17:07:18 jlec Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
inherit autotools-utils
|
| 8 |
|
| 9 |
DESCRIPTION="Shallow-transfer machine Translation engine and toolbox"
|
| 10 |
HOMEPAGE="http://apertium.sourceforge.net/"
|
| 11 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
| 12 |
|
| 13 |
SLOT="0"
|
| 14 |
LICENSE="GPL-2"
|
| 15 |
KEYWORDS="~amd64 ~x86"
|
| 16 |
IUSE="static-libs"
|
| 17 |
|
| 18 |
RDEPEND="
|
| 19 |
dev-libs/libxslt
|
| 20 |
dev-libs/libpcre[cxx]
|
| 21 |
>=sci-misc/lttoolbox-3.2
|
| 22 |
virtual/libiconv"
|
| 23 |
DEPEND="${RDEPEND}
|
| 24 |
virtual/pkgconfig"
|
| 25 |
|
| 26 |
PATCHES=(
|
| 27 |
"${FILESDIR}"/${PV}-flags.patch
|
| 28 |
"${FILESDIR}"/${PV}-datadir.patch
|
| 29 |
)
|
| 30 |
|
| 31 |
MAKEOPTS+=" -j1"
|