Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35257 Details for
Bug 56798
mico-2.3.11-r1.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mico-2.3.11-r1.ebuild
mico-2.3.11-r1.ebuild (text/plain), 1.48 KB, created by
Graham Hudspith
on 2004-07-12 08:40:30 UTC
(
hide
)
Description:
mico-2.3.11-r1.ebuild
Filename:
MIME Type:
Creator:
Graham Hudspith
Created:
2004-07-12 08:40:30 UTC
Size:
1.48 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >IUSE="ssl tcltk qt gtk postgres" > >DESCRIPTION="A freely available and fully compliant implementation of the CORBA standard" >HOMEPAGE="http://www.mico.org/" >SRC_URI="http://www.mico.org/${P}.tar.gz" >LICENSE="GPL-2 LGPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="virtual/libc > >=sys-devel/flex-2.5.2 > >=sys-devel/bison-1.22 > ssl? ( dev-libs/openssl ) > tcltk? ( dev-lang/tcl ) > qt? ( x11-libs/qt ) > postgres? ( dev-db/postgresql )" > >S="${WORKDIR}/${PN}" > >src_compile() { > local myopts="--enable-final > --disable-mini-stl" > ># myopts="${myopts} ># --enable-life ># --enable-externalize" > > use ssl && myopts="${myopts} --with-ssl=/usr" \ > || myopts="${myopts} --without-ssl" > use tcltk && myopts="${myopts} --with-tcl=/usr" \ > || myopts="${myopts} --without-tcl" > use qt && myopts="${myopts} --with-qt=${QTDIR}" \ > || myopts="${myopts} --without-qt" > use gtk && myopts="${myopts} --with-gtk=/usr" \ > || myopts="${myopts} --without-gtk" > use postgres && myopts="${myopts} --with-pgsql=/usr" \ > || myopts="${myopts} --without-pgsql" > > econf ${myopts} || die "configure failed" > > emake || die "make failed" >} > >src_install() { > make INSTDIR=${D}/usr SHARED_INSTDIR=${D}/usr install || die > > dodir /usr/share/ > mv ${D}/usr/man ${D}/usr/share > dodir /usr/share/doc/ > mv ${D}/usr/doc ${D}/usr/share/doc/${P} > > dodoc CHANGES* CONVERT FAQ INSTALL* LICENSE* MANIFEST README* ROADMAP TODO VERSION >}
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 56798
: 35257 |
35734
|
60975