diff options
Diffstat (limited to 'dev-php/cphplib/cphplib-0.48.ebuild')
-rw-r--r-- | dev-php/cphplib/cphplib-0.48.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-php/cphplib/cphplib-0.48.ebuild b/dev-php/cphplib/cphplib-0.48.ebuild new file mode 100644 index 000000000000..750287e10d9b --- /dev/null +++ b/dev-php/cphplib/cphplib-0.48.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/cphplib/cphplib-0.48.ebuild,v 1.1 2005/09/18 14:46:30 hollow Exp $ + +inherit php-lib-r1 + +DESCRIPTION="Cute PHP Library (cphplib)" +HOMEPAGE="http://www.meindlsoft.com/cphplib.php" +SRC_URI="mirror://sourceforge/cphplib/${P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="${DEPEND} >=dev-php/PEAR-DB-1.7.6-r1" +RDEPEND="${RDEPEND} >=dev-php/PEAR-DB-1.7.6-r1" + +need_php_by_category + +src_install() { + # install php files + php-lib-r1_src_install . *.spec + php-lib-r1_src_install . *.inc + + # install documentation + dodoc ChangeLog COPYRIGHT LGPL README TODO +} |