diff options
author | Tom Knight <tomk@gentoo.org> | 2006-02-28 21:55:48 +0000 |
---|---|---|
committer | Tom Knight <tomk@gentoo.org> | 2006-02-28 21:55:48 +0000 |
commit | 5d401bdbf627be56f94e3c512f8d72f13d84198e (patch) | |
tree | f45e0d1d22472a74192d7918bb90fd1267afea18 /dev-php/smarty-docs/smarty-docs-2.6.11.ebuild | |
parent | initial commit (diff) | |
download | gentoo-2-5d401bdbf627be56f94e3c512f8d72f13d84198e.tar.gz gentoo-2-5d401bdbf627be56f94e3c512f8d72f13d84198e.tar.bz2 gentoo-2-5d401bdbf627be56f94e3c512f8d72f13d84198e.zip |
Version bump to 2.6.11
(Portage version: 2.0.54)
Diffstat (limited to 'dev-php/smarty-docs/smarty-docs-2.6.11.ebuild')
-rw-r--r-- | dev-php/smarty-docs/smarty-docs-2.6.11.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild new file mode 100644 index 000000000000..fa1c17b9f46b --- /dev/null +++ b/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 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.11.ebuild,v 1.1 2006/02/28 21:55:48 tomk 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 . +} |