Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41393 Details for
Bug 66672
[EBUILD] Machinations-0.35
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-strategy/machinations-0.35.ebuild
machinations-0.35.ebuild (text/plain), 1.06 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2004-10-08 14:43:12 UTC
(
hide
)
Description:
games-strategy/machinations-0.35.ebuild
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2004-10-08 14:43:12 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils >DESCRIPTION="A stragegy game" >HOMEPAGE="http://machinations.sourceforge.net/" >SRC_URI="http://machinations.sourceforge.net/mach${PV/0./}_src.zip" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="" >DEPEND="virtual/opengl > >=media-libs/devil-1.6 > >=media-libs/openal-20040817 > >=dev-games/glfw-2.4" >RDEPEND="virtual/x11" >S=${WORKDIR}/src > >src_unpack() { > unpack ${A} > cd ${S} > > # remove the include dir, we don't want to use different headers than we have installed. Therefore > # enhance the Makefile to find the libs > rm -rf include > sed -i \ > -e "s/-I\/usr\/local\/include/-I\/usr\/include/g" linux/makefile > > # copy the makefile to the base dir > cp linux/makefile Makefile > > # fix case problem > mv Glext.h glext.h > > # fix build warning > echo "" >> gamedefs.h > > # fix some errors > epatch ${FILESDIR}/${P}.patch || die "epatch failed" >} > >src_compile() { > make || die "make failed" >} > >src_install() { > make install || die "make install 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 66672
:
41306
|
41307
|
41393
|
61829