Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98540 Details for
Bug 149507
games-arcade/supertux-9999 svn ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
http://bugs.gentoo.org/show_bug.cgi?id=149507
supertux-9999.ebuild (text/plain), 1.33 KB, created by
Alexander Graf
on 2006-10-01 12:09:53 UTC
(
hide
)
Description:
http://bugs.gentoo.org/show_bug.cgi?id=149507
Filename:
MIME Type:
Creator:
Alexander Graf
Created:
2006-10-01 12:09:53 UTC
Size:
1.33 KB
patch
obsolete
># Distributed under the terms of the GNU General Public License v2 > >inherit subversion games > >ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/supertux/trunk/supertux" >ESVN_BOOTSTRAP="" >S=${WORKDIR}/${ECVS_MODULE} > >DESCRIPTION="Supertux is a 2d run game, similar to giana sisters and supermario" >HOMEPAGE="http://supertux.berlios.de/wiki/index.php/Main_Page" >SRC_URI="" >IUSE="opengl" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="-*" > >RDEPEND="opengl? ( virtual/opengl ) > media-libs/openal > dev-games/physfs > virtual/x11 > >=media-libs/libsdl-1.1.5 > >=media-libs/sdl-image-1.2.2 > >=media-libs/sdl-mixer-1.2.5" > >DEPEND="dev-util/jam > ${RDEPEND}" > >src_compile() { > > local myconf > myconf="${myconf} --prefix=/usr" > > ./autogen.sh ${myconf} || die "./autogen.sh failed" > > egamesconf \ > --disable-dependency-tracking \ > `use_enable opengl` \ > ${myconf} || die > jam || die >} > >src_install() { > dogamesbin supertux || die "dogamesbin failed" > dodir "${GAMES_DATADIR}/supertux" || die "dodir falied" > cp -r data/* "${D}/${GAMES_DATADIR}/supertux/" || die "cp failed" > rm "${D}/${GAMES_DATADIR}/supertux/Jamfile" > doicon data/images/engine/icons/supertux.png || die "doicon failed" > dodir "/usr/share/applications/" || die "dodir failed" > cp supertux.desktop "${D}/usr/share/applications/" || die "cp failed" > dodoc AUTHORS ChangeLog COPYING NEWS README TODO > > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 149507
:
98372
|
98405
|
98501
|
98540
|
98541
|
98542