apertium-3.2.0.ebuild 697 B

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