summaryrefslogtreecommitdiff
blob: 975b5d062ba5ec43264df97bc60a9ed98240f76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2003 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.0.1.1.ebuild,v 1.2 2003/07/07 08:48:33 phosphan Exp $

DESCRIPTION="Horde Application Framework PHP PEAR files ${PV}"
HOMEPAGE="http://www.horde.org"
P="pear-1.0.1.1"
SRC_URI="ftp://ftp.horde.org/pub/pear/old/${P}.tar.gz"
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}/pear"
src_compile() {
	#nothing to compile
	echo "Nothing to compile"
}

src_install () {
	mkdir -p ${D}/usr/lib
	cp -a ${S} ${D}/usr/lib/php
}