Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15559 Details for
Bug 25977
kiki-0.9.0.ebuild (NEW PACKAGE)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild for Kiki the Nanobot
kiki-0.9.0.ebuild (text/plain), 2.03 KB, created by
Brent Kelly
on 2003-08-05 12:46:17 UTC
(
hide
)
Description:
New ebuild for Kiki the Nanobot
Filename:
MIME Type:
Creator:
Brent Kelly
Created:
2003-08-05 12:46:17 UTC
Size:
2.03 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DATA="${GAMES_DATADIR}/${PN}" >S=${WORKDIR} >DESCRIPTION="Fun 3D puzzle game using SDL/OpenGL" >HOMEPAGE="http://kiki.sourceforge.net/" >SRC_URI="http://aleron.dl.sourceforge.net/sourceforge/kiki/kiki-src-0.9.0.tgz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND=">=media-libs/libsdl-1.2 > >=media-libs/sdl-image-1.2.2 > >=media-libs/sdl-mixer-1.2.5-r1 > >=dev-lang/python-2.2.3-r1 > virtual/glut" > >src_unpack() { > > unpack ${A} > > #There are CVS directories in the tgz file > einfo "Deleting CVS directories..." > rm -rf `find -name CVS` > > #cd ${S}/kiki_src/kodilib/linux > #sed -e "s:KODILIBDIR = ../../kodilib:KODILIBDIR = ${DATA}/kiki_src/kodilib:g" Makefile > Makefile.temp > #mv Makefile.temp Makefile > > #Change the hardcoded data dir for sounds, etc... > cd ${S}/kiki_src/kiki/src/main > sed -e "s:kiki_home += \"/\";:kiki_home = \"${DATA}/\";:g" KikiController.cpp > KikiController.cpp.temp > mv KikiController.cpp.temp KikiController.cpp > > #... and remove the warning about the enviroment variable not being set. > sed -e "s:KConsole\:\:printf(\"WARNING \:\: environment variable KIKI_HOME not set ...\");::g" KikiController.cpp > KikiController.cpp.temp > mv KikiController.cpp.temp KikiController.cpp > sed -e "s:KConsole\:\:printf(\" ... assuming resources in current directory\");::g" KikiController.cpp > KikiController.cpp.temp > mv KikiController.cpp.temp KikiController.cpp > >} > > >src_compile() { > > cd ${S}/kiki_src/kodilib/linux > emake || die > cd ${S}/kiki_src/kiki/linux > emake || die >} > >src_install() { > > dogamesbin ${S}/kiki_src/kiki/linux/kiki > > dodir ${DATA}/misc > cp -R ${S}/kiki_src/kiki/misc/* ${D}${DATA}/misc > dodir ${DATA}/py > cp -R ${S}/kiki_src/kiki/py/* ${D}${DATA}/py > dodir ${DATA}/sounds > cp -R ${S}/kiki_src/kiki/sounds/* ${D}${DATA}/sounds > > dodoc ${S}/kiki_src/kiki/Readme.txt > dodoc ${S}/kiki_src/kiki/Thanks.txt > dodoc "${S}/kiki_src/kiki/uDevGame Readme.txt" > 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 25977
: 15559