Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177163 Details for
Bug 252589
games-util/wiiuse (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wiiuse-0.12.ebuild
wiiuse-0.12.ebuild (text/plain), 1.45 KB, created by
Piotr Szymaniak
on 2009-01-02 23:49:26 UTC
(
hide
)
Description:
wiiuse-0.12.ebuild
Filename:
MIME Type:
Creator:
Piotr Szymaniak
Created:
2009-01-02 23:49:26 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games flag-o-matic > >MY_P="${PN}_v${PV}_src" > >DESCRIPTION="Library written in C that communicates with several Nintendo Wii remotes." >HOMEPAGE="http://wiiuse.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86" >IUSE="debug examples sdl" > >RDEPEND="net-wireless/bluez-utils > examples? ( > sdl? ( media-libs/libsdl > virtual/glut ) )" >DEPEND="${RDEPEND}" > >S=${WORKDIR}/${MY_P/_src/} > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch "${FILESDIR}"/"${P}"-makefile.patch > > # -fomit-frame-pointer shouldn't be used with USE="debug" > use debug && filter-flags "-fomit-frame-pointer" > > sed -i \ > -e "s|-Wall -pipe -fPIC -funroll-loops|${CFLAGS} -fPIC|" \ > -e "s|/usr/lib|`games_get_libdir`|" \ > src/Makefile || die "sed src/Makefile failed" > > sed -i \ > -e "s|CFLAGS = -Wall -pipe -fPIC -funroll-loops|CFLAGS = ${CFLAGS} -fPIC|" \ > -e "s|/usr/bin|${GAMES_BINDIR}|" \ > example/Makefile example-sdl/Makefile || die "sed failed" >} > >src_compile() { > local opts="" > # set default build target > local bld="wiiuse" > use examples && bld="${bld} ex" > use sdl && bld="${bld} sdl-ex" > > use debug && opts="debug=1" > opts="${opts} ${bld}" > > emake -j1 ${opts} || die "emake failed" >} > >src_install() { > local instopts > use debug && instopts="debug=1" > emake DESTDIR="${D}" ${instopts} install || die "einstall 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 252589
:
176430
|
176431
|
177163
|
179538
|
179539
|
225383
|
225385
|
235063
|
235065
|
235067
|
235069
|
235071