Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342688 Details for
Bug 435818
games-roguelike/dungeons-of-dredmor-1.1.2.ebuild - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-roguelike/dungeons-of-dredmor-1.1.3.ebuild
dungeons-of-dredmor-1.1.3.ebuild (text/plain), 1.19 KB, created by
Jared B.
on 2013-03-20 03:10:55 UTC
(
hide
)
Description:
games-roguelike/dungeons-of-dredmor-1.1.3.ebuild
Filename:
MIME Type:
Creator:
Jared B.
Created:
2013-03-20 03:10:55 UTC
Size:
1.19 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils games > >MY_PN="${PN//-/}" > >DESCRIPTION="a comic fantasy roguelike dungeon crawler game" >HOMEPAGE="http://www.dungeonsofdredmor.com/" >SRC_URI="${MY_PN}-linux-${PV}.tgz" > >LICENSE="Introversion" >SLOT="0" >KEYWORDS="-* amd64 ~x86" >IUSE="" >RESTRICT="fetch" > >RDEPEND="app-arch/bzip2 > media-libs/freetype > media-libs/libsdl > media-libs/openal > media-libs/sdl-ttf > sys-libs/zlib" >DEPEND="" > >S=${WORKDIR} > >GAMEDIR=${GAMES_PREFIX_OPT}/${PN} > >pkg_nofetch() { > echo > elog "Please purchase and download '${SRC_URI}'" > elog "then copy to: '${DISTDIR}'" > echo >} > >src_install() { > insinto "${GAMEDIR}" > exeinto "${GAMEDIR}" > > # install game files > doins -r achievements DredmorSchema.xsd dungeon fonts game items playLogs \ > sfx skills sprites tilesets tunes ui > newexe Dredmor-${ARCH} Dredmor > > # install shortcuts > #newicon darwinian.png ${PN}.png || die "install icon failed" > games_make_wrapper ${PN} "./Dredmor" "${GAMEDIR}" > make_desktop_entry ${PN} "Dungeons of Dredmor" "" > prepgamesdirs >} > >pkg_postinst() { > einfo "To play the game, run:" > einfo "${PN}" > echo > 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 435818
:
324584
| 342688