Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12988 Details for
Bug 22493
bub-n-bros-1.0.ebuild (New ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bub-n-bros-1.0.ebuild (New ebuild)
bub-n-bros-1.0.ebuild (text/plain), 1.97 KB, created by
Frank Straetz
on 2003-06-09 10:01:25 UTC
(
hide
)
Description:
bub-n-bros-1.0.ebuild (New ebuild)
Filename:
MIME Type:
Creator:
Frank Straetz
Created:
2003-06-09 10:01:25 UTC
Size:
1.97 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="A multiplayer clone of the famous Bubble Bobble game" >HOMEPAGE="http://bub-n-bros.sourceforge.net" >SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="x86" >IUSE="" > >DEPEND=">=python-2.2*" >RDEPEND=">=pygame-1.5.5" > >S="${WORKDIR}/${PN}" > >src_compile() { > # Compile the "statesaver" extension module to enable the Clock bonus > cd ${S}/bubbob > python setup.py build_ext -i > > # Compile the extension module required for the X Window client > cd ${S}/display > python setup.py build_ext -i >} > >src_install() { > # Install all the files needed by the game and/or server > exeinto /usr/local/games/bubnbros > doexe pclient-pygame.py pclient-slow-X.py pclient-xshm.py > cp -R ${S}/{bubbob,common,display,java} ${D}/usr/local/games/bubnbros > > # Because "pclient-pygame.py" isn't very intuitive > dodir /usr/games/bin > dosym /usr/local/games/bubnbros/pclient-pygame.py /usr/games/bin/bubnbros > dosym /usr/local/games/bubnbros/pclient-xshm.py /usr/games/bin/bubnbros-x > dosym /usr/local/games/bubnbros/pclient-slow-X.py /usr/games/bin/bubnbros-slowx > > # Install a simple wrapper script to start a Bub & Bob Brothers server > cp ${FILESDIR}/bubnbros-server ${D}/usr/games/bin > > # Install the documentation > dodoc INSTALL.txt LICENSE.txt download.html howto.html > > # Fix the permissions. Not sure whether this should fix /usr/local/games or not, > # because some commerical games also install to this dir. > prepgamesdirs /usr/local/games/bubnbros >} > >pkg_postinst() { > # Print useful information > echo > einfo "First of all you need to start a Bub & Bob Brothers server by running" > einfo "\"bubnbros-server\". Afterwards you can start the client by running" > einfo "\"bubnbros\" or \"bubnbros-x\". Note that the X version of the game" > einfo "doesn't support sound and music." > > # Update the environment > games_pkg_postinst >} >
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 22493
: 12988 |
12989