Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209808 Details for
Bug 292643
new games-puzzle/syasokoban-2.0.1.ebuild - Still Yet Another Sokoban :)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
syasokoban-2.0.1.ebuild
syasokoban-2.0.1.ebuild (text/plain), 914 bytes, created by
K. Posern
on 2009-11-10 07:37:43 UTC
(
hide
)
Description:
syasokoban-2.0.1.ebuild
Filename:
MIME Type:
Creator:
K. Posern
Created:
2009-11-10 07:37:43 UTC
Size:
914 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games >#EAPI=2 > >DESCRIPTION="Still Yet Another Sokoban" >HOMEPAGE="http://grayskygames.com/sokoban.html" >SRC_URI="http://grayskygames.com/sokoban/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND="media-libs/libsdl" >RDEPEND="${DEPEND}" > >#S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/gcc4.patch" > epatch "${FILESDIR}/gentoo.patch" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > insinto "${GAMES_DATADIR}/${PN}" > doins -r data || die "doins data failed" > dogamesbin syasokoban || die "dogamesbin failed" > newicon data/sokoban/SYASokoban.png ${PN}.png || die "newicon failed" > dodoc README.txt || die "dodoc failed" > make_desktop_entry "syasokoban" "Still Yet Another Sokoban" > 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 292643
: 209808 |
209809
|
209811