Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 2474 Details for
Bug 5430
giram-0.3.3 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild file for Giram (3d modeller for povray)
giram-0.3.3.ebuild (text/plain), 1.02 KB, created by
Thomas Otvald Jensen
on 2002-07-22 18:20:13 UTC
(
hide
)
Description:
Ebuild file for Giram (3d modeller for povray)
Filename:
MIME Type:
Creator:
Thomas Otvald Jensen
Created:
2002-07-22 18:20:13 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Giram (Giram is really a modeller). A 3d modeller for POV-ray" > >HOMEPAGE="http://www.giram.org" > >SRC_URI="http://www.giram.org/downloads/${P}.tar.gz" > ># License of the package. This must match the name of file(s) in ># /usr/portage/licenses/. For complex license combination see the developer ># docs on gentoo.org for details. >LICENSE="GPL-2" > >SLOT="0" > >KEYWORDS="x86" > >RDEPEND=">=x11-libs/gtk+-2.0.0 > >=dev-libs/glib-2.0.0 > media-gfx/povray > " >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.12.0 > " > >S=${WORKDIR}/${P} > >src_compile() { > local myConf > use bishop3d && myConf="--enable-bishop-s3d" > use vik && myConf="${myConf} --enable-vik-specials" > > ./configure \ > --host=${CHOST} \ > --prefix=/usr \ > --libexecdir /usr/lib \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > > make || die >} > >src_install () { > make DESTDIR=${D} install || die > >}
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 5430
: 2474 |
2475
|
2523