Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92602 Details for
Bug 141554
sdlshot-1.0.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sdlshot-1.0.ebuild
sdlshot-1.0.ebuild (text/plain), 920 bytes, created by
Alexander Graf
on 2006-07-24 01:59:54 UTC
(
hide
)
Description:
sdlshot-1.0.ebuild
Filename:
MIME Type:
Creator:
Alexander Graf
Created:
2006-07-24 01:59:54 UTC
Size:
920 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games toolchain-funcs > >DESCRIPTION="a game where you can shoot on some places of a picture" >HOMEPAGE="http://sdlshot.kuja.in/" >SRC_URI="http://sdlshot.kuja.in/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="media-libs/libsdl" >RDEPEND="${DEPEND}" > >src_compile() { > emake CFLAGS="${CFLAGS} -Wall" \ > LDFLAGS="${LDFLAGS}" \ > CC="$(tc-getCC)" \ > SHAREDIR="${GAMES_DATADIR}" \ > STATEDIR="${GAMES_STATEDIR}" || die "emake failed" >} > >src_install() { > make install DESTDIR=${D} \ > PREFIX="${GAMES_PREFIX}" \ > SHAREDIR="${GAMES_DATADIR}" \ > STATEDIR="${GAMES_STATEDIR}" \ > BINDIR="${GAMES_BINDIR}" \ > USER="${GAMES_USER}" \ > GROUP="${GAMES_GROUP}" || die "make install failed" > dodoc AUTHORS ChangeLog LICENSE README || die "dodoc failed" >}
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 141554
: 92602 |
93481
|
96560