Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57783 Details for
Bug 91094
new ebuild for php-gtk 1.0.1 with some added features
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for php-gtk-1.0.1
php-gtk-1.0.1-r1.ebuild (text/plain), 1.23 KB, created by
Alessandro Sappia
on 2005-05-01 17:33:33 UTC
(
hide
)
Description:
ebuild for php-gtk-1.0.1
Filename:
MIME Type:
Creator:
Alessandro Sappia
Created:
2005-05-01 17:33:33 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >PHP_EXT_NAME="php_gtk" >PHP_EXT_ZENDEXT="no" ># Don't Add php_gtk.so to php.ini >PHP_EXT_INI="no" > >PHPSAPILIST="cli" # we do NOT want it in place for apache[12],cgi >inherit php-ext-source eutils > >DESCRIPTION="GTK bindings for php" >HOMEPAGE="http://gtk.php.net/" >SRC_URI="http://gtk.php.net/distributions/${P}.tar.gz" >IUSE="" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~ppc" > >DEPEND="$DEPEND" >RDEPEND="=x11-libs/gtk+-1.2* =gnome-base/libglade-0.17* >=x11-libs/gtk+extra-0.99* =dev-php/php-4* =media-libs/imlib-1.9* >=gnome-extra/gtkhtml-1.1*" > ># Fails to compile with higher MAKEOPTS >MAKEOPTS="-j1" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/php-gtk_gtkhtml-1.1.patch >} > >src_compile() { > ./buildconf > > # > # pixbuf / canvas is missing > # > myconf="--enable-php-gtk=shared --enable-glade --enable-imlib > --enable-gtkpixbuf --enable-extra --enable-glade --enable-gtkhtml" > > php-ext-source_src_compile >} > >src_install() { > php-ext-source_src_install > > dodoc ChangeLog NEWS AUTHORS README TODO > > # examples > docinto test/ > dodoc test/* >} > >pkg_postinst () { > einfo 'Check document test directory in documentation for some nice examples.' >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 91094
: 57783 |
57784