grutatxt-2.0.16-r1.ebuild 640 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
  5. inherit perl-app
  6. MY_PN="Grutatxt"
  7. MY_P=${MY_PN}-${PV}
  8. S=${WORKDIR}/${MY_P}
  9. DESCRIPTION="A converter from plain text to HTML and other markup languages"
  10. HOMEPAGE="http://triptico.com/software/grutatxt.html"
  11. SRC_URI="http://www.triptico.com/download/${MY_P}.tar.gz"
  12. LICENSE="GPL-2"
  13. IUSE=""
  14. SLOT="0"
  15. KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos ~sparc-solaris"
  16. # set the script path to /usr/bin, rather than /usr/local/bin
  17. myconf="INSTALLSCRIPT=${EPREFIX}/usr/bin"