diff options
Diffstat (limited to 'app-text/grutatxt/grutatxt-2.0.5.ebuild')
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.5.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/grutatxt/grutatxt-2.0.5.ebuild b/app-text/grutatxt/grutatxt-2.0.5.ebuild new file mode 100644 index 000000000000..f7be04c820a9 --- /dev/null +++ b/app-text/grutatxt/grutatxt-2.0.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.5.ebuild,v 1.1 2003/11/17 08:06:55 obz Exp $ + +inherit perl-module + +MY_PN="Grutatxt" +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="A converter from plain text to HTML and other markup languages" +HOMEPAGE="http://triptico.com/software/grutatxt.html" +SRC_URI="http://www.triptico.com/download/${MY_P}.tar.gz" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" +KEYWORDS="~x86" + +# set the script path to /usr/bin, rather than /usr/local/bin +myconf="INSTALLSCRIPT=/usr/bin" + |