Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 131000 Details for
Bug 192600
games-arcade/paintown-2.1.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
paintown-2.1.ebuild
paintown-2.1.ebuild (text/plain), 1.00 KB, created by
Paul Bredbury
on 2007-09-15 14:24:57 UTC
(
hide
)
Description:
paintown-2.1.ebuild
Filename:
MIME Type:
Creator:
Paul Bredbury
Created:
2007-09-15 14:24:57 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="Side-scrolling beat-em-up in the style of Beats of Rage" >HOMEPAGE="http://paintown.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >RDEPEND=">=media-libs/allegro-4.1 > media-libs/aldumb > media-libs/freetype > media-libs/libpng" >DEPEND="${RDEPEND} > dev-util/cmake" > >S=${WORKDIR}/build >dir=${GAMES_DATADIR}/${PN} > >src_unpack() { > unpack ${A} > mkdir "${S}" > cd "${WORKDIR}/${P}" || die > > # Set default datapath > sed -i \ > -e "/const char \* DATAPATH_ARG/a\\\tUtil\:\:setDataPath(\"${dir}\");" \ > src/main.cpp || die "sed main.cpp" >} > >src_compile() { > cmake ../${P} || die "cmake" > emake || die "emake" >} > >src_install() { > dogamesbin bin/${PN} || die > > cd ../${P} || die > insinto "${dir}" > doins -r data/* || die > > make_desktop_entry ${PN} Paintown > > dodoc "${WORKDIR}/${P}"/{README,TODO} > > 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 192600
: 131000 |
173306