cstools-3.42.ebuild 482 B

123456789101112131415161718192021
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit perl-app
  5. MY_P="Cstools-${PV}"
  6. DESCRIPTION="A charset conversion tool cstocs and two Perl modules for Czech language"
  7. SRC_URI="http://www.adelton.com/perl/Cstools/${MY_P}.tar.gz"
  8. HOMEPAGE="http://www.adelton.com/perl/Cstools/"
  9. SLOT="0"
  10. LICENSE="Artistic"
  11. KEYWORDS="amd64 x86"
  12. IUSE=""
  13. DEPEND="dev-perl/MIME-tools"
  14. RDEPEND="${DEPEND}"
  15. S="${WORKDIR}/${MY_P}"