summaryrefslogtreecommitdiff
blob: c92070a6079c5f25fb42873e69fccd5f2cc8d200 (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
32
33
34
35
36
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-sdo/pecl-sdo-1.0.4.ebuild,v 1.4 2006/10/01 16:43:39 chtekk Exp $

PHP_EXT_NAME="sdo"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

inherit php-ext-pecl-r1

KEYWORDS="~amd64 ~x86"
DESCRIPTION="Service Data Objects (SDOs) for PHP."
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""

DEPEND=">=dev-lang/php-5.1.4-r6"
RDEPEND="${DEPEND}"

S="${WORKDIR}/SDO-${PV}"

need_php_by_category

pkg_setup() {
	has_php

	require_php_with_use reflection spl xml
}

src_install() {
	php-ext-pecl-r1_src_install

	dodir /usr/share/php5
	insinto /usr/share/php5
	doins -r DAS
}