blob: faa1f4a5a99a2dc3723c0a3ec51c7ddeba2101a3 (
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-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3.ebuild,v 1.5 2005/09/16 23:04:43 trapni Exp $
PHP_EXT_ZENDEXT="no"
PHP_EXT_INI="yes"
PHP_EXT_PECL_PKG="SQLite"
PHP_EXT_NAME="sqlite"
inherit php-ext-pecl-r1
DEPEND="${DEPEND}"
IUSE=""
DESCRIPTION="PHP bindings for the SQLite database engine"
HOMEPAGE="http://pear.php.net/SQLite"
SLOT="0"
LICENSE="PHP"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
need_php_by_category
src_install() {
php-ext-pecl-r1_src_install
dodoc README TODO
}
|