diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-04 22:40:39 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-04 22:40:39 +0000 |
commit | 36266076bb6fb3aef2d3bbe8dd403dd1ea98514e (patch) | |
tree | 5dd676f1787587c3864067de2503a932bec698d5 /dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild | |
parent | Unmasked bsdtar2 (diff) | |
download | gentoo-2-36266076bb6fb3aef2d3bbe8dd403dd1ea98514e.tar.gz gentoo-2-36266076bb6fb3aef2d3bbe8dd403dd1ea98514e.tar.bz2 gentoo-2-36266076bb6fb3aef2d3bbe8dd403dd1ea98514e.zip |
Force external sqlite.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild')
-rw-r--r-- | dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild b/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild new file mode 100644 index 000000000000..325b7949816a --- /dev/null +++ b/dev-php4/pecl-sqlite/pecl-sqlite-1.0.3-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 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-r1.ebuild,v 1.1 2007/03/04 22:40:39 chtekk Exp $ + +PHP_EXT_NAME="sqlite" +PHP_EXT_PECL_PKG="SQLite" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" + +DESCRIPTION="PHP bindings for the SQLite database engine." +LICENSE="PHP" +SLOT="0" +IUSE="" + +DEPEND="=dev-db/sqlite-2*" +RDEPEND="${DEPEND}" + +need_php_by_category + +src_compile() { + has_php + my_conf="--with-sqlite=/usr" + php-ext-pecl-r1_src_compile +} |