Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120232 Details for
Bug 179183
games-rpg/penumbra-overture-demo-1.0.1 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
penumbra-overture-demo-1.0.1.ebuild
penumbra-overture-demo-1.0.1.ebuild (text/plain), 2.63 KB, created by
Paul Bredbury
on 2007-05-24 22:54:42 UTC
(
hide
)
Description:
penumbra-overture-demo-1.0.1.ebuild
Filename:
MIME Type:
Creator:
Paul Bredbury
Created:
2007-05-24 22:54:42 UTC
Size:
2.63 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="Scary first-person adventure game which focuses on story, immersion and puzzles" >HOMEPAGE="http://www.penumbra-overture.com/" >SRC_URI="PenumbraOvertureDemo-${PV}.sh" > ># See /opt/penumbra-overture-demo/eng_license.rtf >LICENSE="as-is" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="bought icon" >RESTRICT="fetch strip" > >DEPEND="" >RDEPEND="dev-libs/libxml2 > icon? ( media-gfx/imagemagick ) > x86? ( > media-libs/libsdl > virtual/glu > virtual/opengl > x11-libs/libX11 > x11-libs/libXau > x11-libs/libXdmcp > x11-libs/libXext > x11-libs/libXft > x11-libs/libXrender ) > amd64? ( > app-emulation/emul-linux-x86-compat > app-emulation/emul-linux-x86-sdl )" > ># Provided in lib directory ># media-libs/freealut ># media-libs/jpeg ># media-libs/libogg ># media-libs/openal ># media-libs/libpng ># media-libs/libsdl ># media-libs/sdl-image ># media-libs/sdl-ttf ># media-libs/libvorbis ># x11-libs/fltk > >S=${WORKDIR}/install >dir=${GAMES_PREFIX_OPT}/${PN} > >QA_TEXTRELS="${dir:1}/lib/libSDL-1.2.so.0.11.0 > ${dir:1}/lib/libSDL-1.2.so.0" > >pkg_nofetch() { > einfo "Please download ${SRC_URI} from:" > einfo " ${HOMEPAGE}" > einfo "and move it to ${DISTDIR}" > echo >} > >src_unpack() { > unpack_makeself ${A} > > bin/linux/x86/libc.so.6/lzma-decode instarchive_all pack.tar \ > || die "lzma-decode" > > mkdir "${S}" || die > cd "${S}" || die > unpack ./../pack.tar > > if use icon ; then > convert penumbra.{ico,png} || die "convert" > fi > > # Prevent warning that chcon does not exist > sed -i \ > -e "s:which chcon:which chcon 2>/dev/null:" \ > penumbrademo || die "sed penumbrademo" >} > >src_install() { > insinto "${dir}" > doins -r * || die "doins" > > exeinto "${dir}" > doexe openurl.sh penumbrademo{,.bin} || die "doexe" > > exeinto "${dir}"/lib > doexe lib/* || die "doexe lib" > > # Symlinks > cd "${D}/${dir}"/lib || die > local d f fn sym > for f in $(find "${S}"/lib -maxdepth 1 -type l) ; do > echo "f=${f}" > sym=$(basename "${f}") > echo "sym=${sym}" > d=$(find "${S}"/lib -maxdepth 1 -name "${sym}.*") > echo "d=${d}" > fn=$(basename "${d}") > if [[ -e "${fn}" ]] ; then > # Create symlink for lib > ln -sfn "${fn}" "${sym}" || die > fi > done > # Manual exception > ln -sfn libpng12.so.0.1.2.8 libpng.so.3 || die "ln libpng" > cd "${S}" > > local my_pn=${PN} > local demo=" (Demo)" > if use bought ; then > # Game has been bought > my_pn=${PN%-demo} > demo="" > fi > > if use icon ; then > newicon penumbra.png ${PN}.png || die "newicon" > fi > > games_make_wrapper ${my_pn} "./penumbrademo.bin" "${dir}" "${dir}"/lib > make_desktop_entry ${my_pn} "Penumbra: Overture${demo}" ${PN}.png > > 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 179183
:
119758
|
120232
|
120234