diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2005-11-24 12:33:31 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2005-11-24 12:33:31 +0000 |
commit | 2ee3afac786de7b19e28316450574d79717255b3 (patch) | |
tree | 778fb68888419708d0d7450d9dd3e38f2689f4e1 /dev-php/smarty-docs/smarty-docs-2.6.9-r1.ebuild | |
parent | Sync with overlay. (diff) | |
download | gentoo-2-2ee3afac786de7b19e28316450574d79717255b3.tar.gz gentoo-2-2ee3afac786de7b19e28316450574d79717255b3.tar.bz2 gentoo-2-2ee3afac786de7b19e28316450574d79717255b3.zip |
Sync with overlay.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-php/smarty-docs/smarty-docs-2.6.9-r1.ebuild')
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.9-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.9-r1.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.9-r1.ebuild new file mode 100644 index 000000000000..a38b42f69e31 --- /dev/null +++ b/dev-php/smarty-docs/smarty-docs-2.6.9-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.9-r1.ebuild,v 1.1 2005/11/24 12:33:30 chtekk Exp $ + +DESCRIPTION="Documentation for Smarty, a template engine for PHP." +HOMEPAGE="http://smarty.php.net/docs.php" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" +KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86 ~amd64" + +MY_P="Smarty-${PV}-docs" +SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz" +S="${WORKDIR}/manual" + +src_install() { + dohtml -r . +} |