Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 37428 Details for
Bug 60336
gambas 0.97 available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the ebuild
gambas-0.97.ebuild (text/plain), 1.79 KB, created by
carlier laurent
on 2004-08-14 09:06:11 UTC
(
hide
)
Description:
the ebuild
Filename:
MIME Type:
Creator:
carlier laurent
Created:
2004-08-14 09:06:11 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-0.95.ebuild,v 1.1 2004/07/19 22:02:04 genone Exp $ > >inherit eutils > >DESCRIPTION="a RAD tool for BASIC" >HOMEPAGE="http://gambas.sourceforge.net" >SRC_URI="http://gambas.sourceforge.net/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="postgres mysql sdl doc curl debug sqlite" > >DEPEND=">=sys-devel/automake-1.7.5 > >=x11-libs/qt-3.2 > >=kde-base/kdelibs-3.2 > sdl? ( media-libs/libsdl ) > mysql? ( dev-db/mysql ) > postgres? ( dev-db/postgresql ) > curl? ( net-misc/curl )" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i 's:-Os::' configure > # replace braindead Makefile > rm Makefile* > cp "${FILESDIR}/Makefile.am-0.96" ./Makefile.am > > automake >} > >src_compile() { > local myconf > > myconf="${myconf} --enable-kde --enable-qt" > myconf="${myconf} `use_enable mysql`" > myconf="${myconf} `use_enable postgres`" > myconf="${myconf} `use_enable sqlite`" > myconf="${myconf} `use_enable sdl`" > myconf="${myconf} `use_enable curl`" > > if use debug ; then > myconf="${myconf} --disable-optimization --enable-debug" > else > myconf="${myconf} --enable-optimization --disable-debug" > fi > > econf ${myconf} || die > > emake || die >} > >src_install() { > export PATH="${D}/usr/bin:${PATH}" > einstall || die > > dodoc README INSTALL NEWS AUTHORS ChangeLog TODO > > # only install the API docs and examples with USE=doc > if use doc; then > mv ${D}/usr/share/${PN}/help ${D}/usr/share/doc/${PF}/html > mv ${D}/usr/share/${PN}/examples ${D}/usr/share/doc/${PF}/examples > else > dohtml ${FILESDIR}/WebHome.html > fi > rm -rf ${D}/usr/share/${PN}/help ${D}/usr/share/${PN}/examples > dosym /usr/share/doc/${PF}/html /usr/share/${PN}/help > dosym /usr/share/doc/${PF}/examples /usr/share/${PN}/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 60336
: 37428 |
37429
|
37435