Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99479 Details for
Bug 150406
games-simulation/cultivation new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cultivation-3.ebuild
cultivation-3.ebuild (text/plain), 1.16 KB, created by
Cédric Krier
on 2006-10-12 15:22:12 UTC
(
hide
)
Description:
cultivation-3.ebuild
Filename:
MIME Type:
Creator:
Cédric Krier
Created:
2006-10-12 15:22:12 UTC
Size:
1.16 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games eutils toolchain-funcs flag-o-matic > >MY_PN=Cultivation > >DESCRIPTION="a game about a community of gardeners growing food for themselves >in a shared space" >HOMEPAGE="http://cultivation.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_PN}_${PV}_UnixSource.tar.gz" > >LICENSE="public-domain" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="virtual/opengl > virtual/glut > media-libs/mesa > x11-libs/libX11 > x11-libs/libXi > x11-libs/libXext > x11-libs/libXmu > sys-libs/glibc" >RDEPEND=${DEPEND} > >S=${WORKDIR}/${MY_PN}_${PV}_UnixSource > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}/${P}-compile.patch" >} > >src_compile() { > append-flags "-fPIC" > cd "${S}"/game2 > # don't use econf as it is not an autotools configure > ./configure > > cd "${S}"/minorGems/sound/portaudio > chmod u+x configure > econf || die "econf failed" > emake || die "emake failed" > > cd "${S}"/game2/gameSource > emake GXX="$(tc-getCXX)" || die "emake failed" >} > >src_install() { > dogamesbin game2/gameSource/Cultivation > dodoc game2/{documentation/how_to_*.txt,gameSource/features.txt} >}
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 150406
:
99066
|
99067
| 99479