diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-19 06:38:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-19 06:38:44 +0000 |
commit | 60724157605c3562233c7498cc14342cfa473a09 (patch) | |
tree | 4210073b4739a9bc72fb227925b7ce374c03f194 /net-www/horde-pear | |
parent | initial ebuild (diff) | |
download | gentoo-2-60724157605c3562233c7498cc14342cfa473a09.tar.gz gentoo-2-60724157605c3562233c7498cc14342cfa473a09.tar.bz2 gentoo-2-60724157605c3562233c7498cc14342cfa473a09.zip |
touchups
Diffstat (limited to 'net-www/horde-pear')
-rw-r--r-- | net-www/horde-pear/horde-pear-1.1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net-www/horde-pear/horde-pear-1.1.ebuild b/net-www/horde-pear/horde-pear-1.1.ebuild index b5370b8524a2..c6832c24b0ec 100644 --- a/net-www/horde-pear/horde-pear-1.1.ebuild +++ b/net-www/horde-pear/horde-pear-1.1.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-pear/horde-pear-1.1.ebuild,v 1.4 2004/01/03 16:15:04 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-pear/horde-pear-1.1.ebuild,v 1.5 2004/01/19 06:38:19 vapier Exp $ -DESCRIPTION="Horde Application Framework PHP PEAR files ${PV}" -HOMEPAGE="http://www.horde.org" MY_P="${P/horde-/}" MY_PN="${PN/horde-/}" +DESCRIPTION="Horde Application Framework PHP PEAR files" +HOMEPAGE="http://www.horde.org/" SRC_URI="ftp://ftp.horde.org/pub/pear/${MY_P}.tar.bz2" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" + DEPEND="" RDEPEND=">=dev-php/mod_php-4.1.0 >=sys-devel/gettext-0.10.40 >=dev-libs/libxml2-2.4.21-r1" -IUSE="" + S=${WORKDIR}/${MY_PN} src_compile() { @@ -22,7 +24,7 @@ src_compile() { echo "Nothing to compile" } -src_install () { - mkdir -p ${D}/usr/lib +src_install() { + dodir /usr/lib cp -a ${S} ${D}/usr/lib/php } |