From 0f24b387bfbe524bc4cf20547ed97b175518e622 Mon Sep 17 00:00:00 2001 From: Ryan Phillips Date: Wed, 3 Jul 2002 17:38:45 +0000 Subject: added new dev-php directory... currently in testing. --- dev-php/phpdbg/files/digest-phpdbg-2.10 | 1 + dev-php/phpdbg/phpdbg-2.10.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dev-php/phpdbg/files/digest-phpdbg-2.10 create mode 100644 dev-php/phpdbg/phpdbg-2.10.ebuild (limited to 'dev-php/phpdbg') 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 +} + -- cgit v1.2.3-65-gdbad