diff options
Diffstat (limited to 'dev-php4/jargon/jargon-1.0.1_beta.ebuild')
-rw-r--r-- | dev-php4/jargon/jargon-1.0.1_beta.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-php4/jargon/jargon-1.0.1_beta.ebuild b/dev-php4/jargon/jargon-1.0.1_beta.ebuild new file mode 100644 index 000000000000..b90a0066c6cc --- /dev/null +++ b/dev-php4/jargon/jargon-1.0.1_beta.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/jargon/jargon-1.0.1_beta.ebuild,v 1.1 2005/09/18 14:04:25 hollow Exp $ + +inherit php-lib-r1 + +DESCRIPTION="Convenience tools built on top of Creole." +HOMEPAGE="http://creole.phpdb.org/wiki/" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +MY_P="creole-php4-${PV/_/}" +SRC_URI="http://creole.tigris.org/files/documents/996/21587/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +RDEPEND="${RDEPEND} >=dev-php4/creole-1.0.1_beta" + +need_php_by_category + +src_install() { + # install files + php-lib-r1_src_install ./classes/jargon `find ./classes/jargon -type f -print | sed -e "s|./classes/jargon||g"` +} |