diff options
author | Troy Dack <tad@gentoo.org> | 2003-02-18 13:49:56 +0000 |
---|---|---|
committer | Troy Dack <tad@gentoo.org> | 2003-02-18 13:49:56 +0000 |
commit | 49a8382921ad952860e129e3bc58251cfbf0e7f3 (patch) | |
tree | e3097c8acdb947bc546fdbe15eb57c42a9a8ab5d /dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild | |
parent | Fix stuff up of PEAR-HTML_Common ending up in PEAR-Date somehow. (diff) | |
download | gentoo-2-49a8382921ad952860e129e3bc58251cfbf0e7f3.tar.gz gentoo-2-49a8382921ad952860e129e3bc58251cfbf0e7f3.tar.bz2 gentoo-2-49a8382921ad952860e129e3bc58251cfbf0e7f3.zip |
Couple more PEAR packages for Horde applications
Diffstat (limited to 'dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild')
-rw-r--r-- | dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild new file mode 100644 index 000000000000..c24c9b9183da --- /dev/null +++ b/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-HTML_Common/PEAR-HTML_Common-1.0.ebuild,v 1.1 2003/02/18 13:49:56 tad Exp $ + +IUSE="" +P=${PN/PEAR-//}-${PV} +DESCRIPTION="PEAR::HTML_Common is a base class for other HTML classes." +HOMEPAGE="http://pear.php.net/package-info.php?pacid=69" +SRC_URI="http://pear.php.net/get/${P}.tgz" +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php/HTML + doins Common.php +} |