diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-03 17:38:45 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-03 17:38:45 +0000 |
commit | 0f24b387bfbe524bc4cf20547ed97b175518e622 (patch) | |
tree | aef62ea6a9a07790797282aca93f336bd17061cc /dev-php/phpdbg | |
parent | added dev-php (diff) | |
download | historical-0f24b387bfbe524bc4cf20547ed97b175518e622.tar.gz historical-0f24b387bfbe524bc4cf20547ed97b175518e622.tar.bz2 historical-0f24b387bfbe524bc4cf20547ed97b175518e622.zip |
added new dev-php directory... currently in testing.
Diffstat (limited to 'dev-php/phpdbg')
-rw-r--r-- | dev-php/phpdbg/files/digest-phpdbg-2.10 | 1 | ||||
-rw-r--r-- | dev-php/phpdbg/phpdbg-2.10.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-php/phpdbg/files/digest-phpdbg-2.10 b/dev-php/phpdbg/files/digest-phpdbg-2.10 new file mode 100644 index 000000000000..5250baceee80 --- /dev/null +++ b/dev-php/phpdbg/files/digest-phpdbg-2.10 @@ -0,0 +1 @@ +MD5 7fcd33a3a869bd0ade8def9e642cfa04 dbg-2.10pl3.tar.gz 34496 diff --git a/dev-php/phpdbg/phpdbg-2.10.ebuild b/dev-php/phpdbg/phpdbg-2.10.ebuild new file mode 100644 index 000000000000..4bc1aee4c720 --- /dev/null +++ b/dev-php/phpdbg/phpdbg-2.10.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.10.ebuild,v 1.1 2002/07/03 17:38:45 rphillips Exp $ + +PL="pl3" +S=${WORKDIR}/dbg-${PV}${PL} +DESCRIPTION="Ruby/DBI - a database independent interface for accessing databases - similar to Perl's DBI" +SRC_URI="http://dd.cron.ru/dbg/dnld/dbg-${PV}${PL}.tar.gz" +HOMEPAGE="http://dd.cron.ru/dbg/" + +DEPEND="" + +src_compile() { + phpize + ./configure --with-extensions-flag + make +} + +src_install () { + echo test +} + |