# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 MY_P=Smarty-${PV}-docs DESCRIPTION="A template engine for PHP" HOMEPAGE="http://smarty.php.net/" SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86" DEPEND="" S=${WORKDIR}/manual src_install() { dohtml -r . }