Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 194098 Details for
Bug 273472
go-ollie [new package]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
go-ollie-1.3.ebuild
go-ollie-1.3.ebuild (text/plain), 935 bytes, created by
Anton Romanov
on 2009-06-10 09:59:15 UTC
(
hide
)
Description:
go-ollie-1.3.ebuild
Filename:
MIME Type:
Creator:
Anton Romanov
Created:
2009-06-10 09:59:15 UTC
Size:
935 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 >inherit eutils games cmake-utils > >DESCRIPTION="Ollie the Oligocheata is a worm on a mission" >HOMEPAGE="http://www.tweeler.com/index.php?PAGE=goollie_linux" >SRC_URI="http://www.tweeler.com/GoOllie_${PV}_src.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >RDEPEND="virtual/opengl > x11-libs/libX11 > x11-libs/libXext > media-libs/libsdl > virtual/glu > media-gfx/imagemagick > media-libs/sdl-mixer > dev-games/libtuxcap > sys-libs/zlib" >DEPEND="${RDEPEND} > dev-util/cmake" > > >S="${WORKDIR}/GoOllie_${PV}_src" > >src_unpack(){ > unpack ${A} > cd ${S} > sed -i "s:libtuxcap.so.4.0:-ltuxcap:" src/CMakeLists.txt || die >} > >src_install(){ > dogamesbin ${CMAKE_BUILD_DIR}/GoOllie > insinto /usr/share/games/goollie > cd ${S}/data > doins -r * > cd ${S}/src > doins *.py > cd ${S} > dodoc README > 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 273472
: 194098 |
195209