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 | 770675f5c3689bfd44759236213266532f535206 (patch) | |
tree | daec4ae1b70e0ccc97906d0e4d0b408b7c3fa2eb /dev-php/phpdbg | |
parent | added dev-php (diff) | |
download | gentoo-2-770675f5c3689bfd44759236213266532f535206.tar.gz gentoo-2-770675f5c3689bfd44759236213266532f535206.tar.bz2 gentoo-2-770675f5c3689bfd44759236213266532f535206.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 +} + |