Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111141 Details for
Bug 155872
games-strategy/hedgewars 0.9.0 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild
hedgewars-0.9.0.ebuild (text/plain), 851 bytes, created by
Igor Ulyanov
on 2007-02-24 18:34:46 UTC
(
hide
)
Description:
new ebuild
Filename:
MIME Type:
Creator:
Igor Ulyanov
Created:
2007-02-24 18:34:46 UTC
Size:
851 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit qt4 games > >DESCRIPTION="Free Worms-like turn based strategy game" >SRC_URI="http://hedgewars.org/download/${PN}-src-${PV}.tar.bz2" > >HOMEPAGE="http://hedgewars.org/" > >KEYWORDS="~amd64 ~x86 ~ppc" >SLOT="0" >LICENSE="GPL-2" >IUSE="" > >DEPEND=">=dev-util/cmake-2.4.0 > $(qt4_min_version 4.2) > >=dev-lang/fpc-1.9.4 > media-libs/libsdl > media-libs/sdl-ttf > media-libs/sdl-mixer > media-libs/sdl-image > media-libs/sdl-net" > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_compile() { > cmake -DCMAKE_CXX_FLAGS="${CXXFLAGS}" \ > -DCMAKE_INSTALL_PREFIX="${GAMES_PREFIX}" \ > -DDATA_INSTALL_DIR="${GAMES_DATADIR}" \ > . || die "ecmake failed" > emake || die "emake failed" >} > >src_install() { > make install DESTDIR=${D} || die > 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 155872
:
102482
|
102666
|
102718
| 111141