Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102718 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 for ver 0.8.1-r1
hedgewars-0.8.1-r1.ebuild (text/plain), 939 bytes, created by
Igor Ulyanov
on 2006-11-25 11:08:47 UTC
(
hide
)
Description:
new ebuild for ver 0.8.1-r1
Filename:
MIME Type:
Creator:
Igor Ulyanov
Created:
2006-11-25 11:08:47 UTC
Size:
939 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 > http://hedgewars.org/download/hedgewars-0.8.1-r1.patch.bz2" > >HOMEPAGE="http://hedgewars.org/" > >KEYWORDS="~amd64 ~x86" >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}" > epatch "${WORKDIR}/${PF}.patch" >} > >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