Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60453 Details for
Bug 94809
ebuild: games-strategy/lincity-ng
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lincity-ng-0.9_rc1.ebuild
lincity-ng-0.9_rc1.ebuild (text/plain), 2.04 KB, created by
Anno v. Heimburg
on 2005-06-02 06:35:21 UTC
(
hide
)
Description:
lincity-ng-0.9_rc1.ebuild
Filename:
MIME Type:
Creator:
Anno v. Heimburg
Created:
2005-06-02 06:35:21 UTC
Size:
2.04 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-simulation/lincity/lincity-1.12.1.ebuild,v 1.2 2005/02/17 15:38:17 mr_bones_ Exp $ > >inherit games > >DESCRIPTION="city/country simulation game for X and opengl" >HOMEPAGE="http://lincity-ng.berlios.de/" >MY_P="${PN}-0.9rc1" > >SRC_URI="http://download.berlios.de/lincity-ng/${MY_P}.tar.bz2" >S="${WORKDIR}/${MY_P}" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >RDEPEND="virtual/libc > virtual/x11 > virtual/opengl > >=dev-libs/libxml2-2.6.11 > >=media-libs/libsdl-1.2.5 > >=media-libs/sdl-mixer-1.2.0 > >=media-libs/sdl-image-1.2.0 > >=media-libs/sdl-ttf-2.0.0 > >=media-libs/sdl-gfx-2.0.13 > >=dev-games/physfs-0.1.9" > >DEPEND="${RDEPEND} > dev-util/pkgconfig > >=dev-util/jam-2.5" > >src_compile() { > local myconf > local mydatadir="${GAMES_DATADIR}/${PN}" > > # this is annoying, jam won't let me reset the dest dir, so i have to do it in configure > # plus, lincity is not really relocatable, so... arrgh. > egamesconf \ > --prefix="${D}${GAMES_PREFIX}" \ > --mandir="${D}usr/share/man" \ > --infodir="${D}usr/share/info" \ > --datadir="${D}${GAMES_DATADIR}" \ > --sysconfdir="${D}${GAMES_SYSCONFDIR}" \ > --localstatedir="${D}${GAMES_STATEDIR}" \ > --disable-rpath \ > || die "configure failed" > > # Now, we need to edit the jam file in order to hardcode the correct paths > > sed -i -e "s:\$(appdatadir):${mydatadir}:g" ${S}/src/lincity-ng/Jamfile > > jam || die "compilation failed" >} > >src_install() { > jam install || die "jam install failed" > prepgamesdirs >} > >pkg_preinst() { > # here, a bit more sanitizing of the image. agrr. > > # docs > mv "${D}/${GAMES_DATADIR}/doc" "${D}/usr/share" || die "couldn't move docs(1)" > mv "${D}/usr/share/doc/${MY_P}" "${D}/usr/share/doc/${P}" || die "couldn't move docs(2)" > > #application links and icon > mv "${D}/${GAMES_DATADIR}/applications" "${D}/usr/share" || die "couldnt move applnk" > mv "${D}/${GAMES_DATADIR}/pixmaps" "${D}/usr/share" || die "couldn't move pixmap" >}
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 94809
:
60453
|
60456
|
60457
|
60504
|
60712
|
61706
|
61707