Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 155905 Details for
Bug 223091
games-strategy/wormux-0.8 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixes problem in data placement
wormux-0.8.ebuild (text/plain), 1.46 KB, created by
Tomáš Chvátal (RETIRED)
on 2008-06-08 09:41:05 UTC
(
hide
)
Description:
fixes problem in data placement
Filename:
MIME Type:
Creator:
Tomáš Chvátal (RETIRED)
Created:
2008-06-08 09:41:05 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="A free Worms clone" >HOMEPAGE="http://www.wormux.org/" >SRC_URI="http://download.gna.org/wormux/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="debug nls unicode" ># I like dejavu fonts of course we can use different ones. >RDEPEND=">=dev-cpp/libxmlpp-2.6 > media-libs/libsdl > media-libs/sdl-image > media-libs/sdl-mixer > media-fonts/dejavu > media-libs/sdl-ttf > media-libs/sdl-gfx > net-misc/curl > >=media-libs/sdl-net-1.2.6 > nls? ( virtual/libintl ) > unicode? ( dev-libs/fribidi )" >DEPEND="${RDEPEND} > dev-util/pkgconfig > nls? ( sys-devel/gettext )" > >src_unpack() { > unpack ${A} > cd "${S}" > # avoid the strip on install > sed -i \ > -e "s/@INSTALL_STRIP_PROGRAM@/@INSTALL_PROGRAM@/" \ > src/Makefile.in \ > || die "sed failed" >} > >src_compile() { > egamesconf \ > --disable-dependency-tracking \ > --disable-sdltest \ > --with-gnu-ld \ > --disable-rpath \ > --with-localedir-name="/usr/share/locale" \ > --with-font-path="/usr/share/fonts/dejavu/DejaVuSans.ttf" \ > $(use_enable debug) \ > $(use_enable nls) \ > $(use_enable unicode fribidi) \ > || die "configuration failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS ChangeLog README > newicon data/wormux_128x128.xpm wormux.xpm > make_desktop_entry wormux Wormux wormux.xpm > 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 223091
:
153863
|
154611
| 155905