summaryrefslogtreecommitdiff
blob: 1376880e50cf516f5ab7beaae6ef4382987feb28 (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
27
28
29
30
31
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-XML_Tree/PEAR-XML_Tree-1.1.ebuild,v 1.6 2004/06/25 01:22:03 agriffis Exp $

MY_P=${PN/PEAR-//}-${PV}

DESCRIPTION="The XML_Tree package allows one to build XML data structures using a tree representation, without the need for an extension like DOMXML"
HOMEPAGE="http://pear.php.net/package-info.php?pacid=19"
SRC_URI="http://pear.php.net/get/${MY_P}.tgz"
LICENSE="PHP"
SLOT="0"
IUSE=""
# Afaik, anything that runs php will run this...
KEYWORDS="x86 ppc sparc"

DEPEND=""
# May be some php compile-time dependancies, but for now...
RDEPEND="dev-php/mod_php"

S=${WORKDIR}/${MY_P}

src_compile() {
	einfo "Nothing to build"
}

src_install () {
	insinto /usr/lib/php/XML
	doins Tree.php
	insinto /usr/lib/php/XML/Tree/
	doins Tree/*
}