Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 289005 Details for
Bug 378861
andyetitmoves - New Ebuild for And Yet It Moves
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
andyetitmoves-1.2.1.ebuild
andyetitmoves-1.2.1.ebuild (text/plain), 1.99 KB, created by
Zorzo Luca
on 2011-10-06 17:52:49 UTC
(
hide
)
Description:
andyetitmoves-1.2.1.ebuild
Filename:
MIME Type:
Creator:
Zorzo Luca
Created:
2011-10-06 17:52:49 UTC
Size:
1.99 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit eutils games > >MY_PN="AndYetItMoves" >DESCRIPTION="And Yet It Moves is an award-winning physics-based platformer" >HOMEPAGE="http://www.andyetitmoves.net" > >SRC_URI="amd64? ( ${PN}_${PV}_x86_64.tar.gz ) > x86? ( ${PN}_${PV}_i386.tar.gz )" > >RESTRICT="fetch" >LICENSE="" > >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="" > >DEPEND="" >RDEPEND=" amd64? ( app-emulation/emul-linux-x86-baselibs > app-emulation/emul-linux-x86-medialibs > app-emulation/emul-linux-x86-opengl > app-emulation/emul-linux-x86-sdl > app-emulation/emul-linux-x86-soundlibs > app-emulation/emul-linux-x86-xlibs ) > > x86? ( media-libs/libogg > media-libs/libsdl[audio,joystick,video] > media-libs/libtheora > media-libs/libvorbis > media-libs/sdl-image[jpeg,png] > x11-libs/libX11 > x11-libs/libXft > virtual/opengl )" > >S="${WORKDIR}/${MY_PN}" >GAMEDIR="${GAMES_PREFIX_OPT}/${PN}" > >pkg_nofetch() { > einfo "" > einfo "Please buy and download \"${A}\" from:" > einfo " ${HOMEPAGE}" > einfo "and move/link it to \"${DISTDIR}\"" > einfo "" >} > >src_install() { > # Install data files: > insinto "${GAMEDIR}" || die "insinto \"${GAMEDIR}\" failed" > find * -maxdepth 0 -type d ! -iname lib -exec doins -r '{}' \; || die "doins data dirs failed" > # Install needed config files: > doins *.cs *.frag || die "doins config files failed" > > # Install executables: > exeinto "${GAMEDIR}" || die "exeinto \"${GAMEDIR}\" failed" > newexe "lib/${MY_PN}" "${PN}" || die "newexe \"${PN}\" failed" > > # Make and install game wrapper: > games_make_wrapper "${PN}" "./${PN}" "${GAMEDIR}" || die "games_make_wrapper \"./${PN}\" failed" > > # Install icon and desktop file: > newicon "icons/128x128.png" "${PN}.png" || die "newicon \"${PN}.png\" failed" > make_desktop_entry "${PN}" "${MY_PN}" "/usr/share/pixmaps/${PN}.png" || die "make_desktop_entry failed" > > # Setting permissions: > prepgamesdirs >} > >pkg_postinst() { > 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 378861
:
282981
|
282983
|
288995
| 289005 |
300069