summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/smarty-docs/smarty-docs-2.6.14.ebuild')
-rw-r--r--dev-php/smarty-docs/smarty-docs-2.6.14.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
new file mode 100644
index 000000000000..7ee56a5592ff
--- /dev/null
+++ b/dev-php/smarty-docs/smarty-docs-2.6.14.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.14.ebuild,v 1.1 2006/12/04 19:44:05 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 ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+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 .
+}