Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51604 Details for
Bug 82555
[EBUILD] freebooters-0.2.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-simulation/freebooters-0.2.2
freebooters-0.2.2.ebuild (text/plain), 1.98 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2005-02-19 08:09:43 UTC
(
hide
)
Description:
games-simulation/freebooters-0.2.2
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2005-02-19 08:09:43 UTC
Size:
1.98 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="A Pirates! clone" >HOMEPAGE="http://download.gna.org/freebooters/" >SRC_URI="http://download.gna.org/freebooters/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=dev-games/ogre-0.15.1 > >=media-libs/libsdl-1.2 > >=media-libs/sdl-mixer-1.2 > >=media-libs/sdl-image-1.2 > >=media-libs/sdl-ttf-2.0" >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > cd ${S} > sed -i -e "s:/usr/local/:/usr/:" data/${PN}.conf || die "sed config failed" > sed -i -e "s:bindir=\"\${prefix}/bin\":bindir=\"\${prefix}/games/bin\":" configure || die "sed conigure failed" > > sed -i -e "s#/usr/local#/usr/#" ./data/resources.cfg || die "sed resources failed" > sed -i -e "s#/usr/local#/usr/#" ./data/freebooters.conf || die "sed freebooters failed" > sed -i -e "s#/usr/local#/usr/#" ./data/ogre-plugins.cfg || die "sed ogre failed" > > sed -i -e "s:/etc/freebooters/freebooters.conf:/etc/games/freebooters/freebooters.conf:" sdl_setup.cc || die "sed sdl_setup failed" > sed -i -e "s:/etc/freebooters/ogre-plugins.cfg:/etc/games/freebooters/ogre-plugins.cfg:" seapassage.cc || die "sed seapassage 1 failed" > sed -i -e "s:/etc/freebooters/resources.cfg:/etc/games/freebooters/resources.cfg:" seapassage.cc || die "sed seapassage 2 failed" > sed -i -e "s:/etc/freebooters/freebooters.conf:/etc/games/freebooters/freebooters.conf:" tools.cc || die "tools failed" >} > >src_compile() { > ./configure --prefix="/usr/" || die "configure failed" > emake || die "emake failed" >} > >src_install() { > dodir "${GAMES_DATADIR}/${PN}" > cp -r graphics materials models sound sprites data/harbours data/tiles data/gameplay-parameters.conf vera.ttf "${D}${GAMES_DATADIR}/${PN}" > > dodir "${GAMES_SYSCONFDIR}/${PN}" > cp -r ./data/resources.cfg ./data/freebooters.conf ./data/ogre-plugins.cfg "${D}${GAMES_SYSCONFDIR}/${PN}" > > doman freebooters.6 buccaneer.6 > > dogamesbin freebooters seapassagedemo > prepgamesdirs >} >
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 82555
:
51579
|
51604
|
51654