aspell-pl-6.0.20120418.0.ebuild 550 B

123456789101112131415161718192021
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. ASPELL_LANG="Polish"
  5. ASPELL_VERSION=6
  6. inherit versionator aspell-dict-r1
  7. MY_P="${PN/aspell/aspell6}-$(replace_version_separator 2 _ $(replace_version_separator 3 -))"
  8. HOMEPAGE="http://www.sjp.pl/slownik/"
  9. SRC_URI="http://www.sjp.pl/slownik/ort/sjp-${MY_P}.tar.bz2"
  10. LICENSE="GPL-2"
  11. KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
  12. IUSE=""
  13. S="${WORKDIR}/${MY_P}"