Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56715 Details for
Bug 89686
New ebuild: Magic Crayon Conundrum (1.2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
MagicCrayonConundrum-1.2.ebuild
MagicCrayonConundrum-1.2.ebuild (text/plain), 1.20 KB, created by
Gerry
on 2005-04-19 15:38:57 UTC
(
hide
)
Description:
MagicCrayonConundrum-1.2.ebuild
Filename:
MIME Type:
Creator:
Gerry
Created:
2005-04-19 15:38:57 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > >DESCRIPTION="Rearrange crayons so that same colored crayons touch and vanish." >HOMEPAGE="http://crayon.ducker.org/" >SRC_URI="http://www.sonic.net/~loonybin/${P}-src.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~amd64" >IUSE="" > >RDEPEND="virtual/libc > >=media-libs/libsdl-1.2.0 > >=media-libs/sdl-mixer-1.2.0 > >=media-libs/sdl-image-1.2.0" >DEPEND="${RDEPEND} > sys-apps/sed" > >S="${WORKDIR}/${PN}" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-fix.patch" > mv src/lunix/Makefile src/lunix/Makefile.orig > sed -e "s:^INSTALL_BASE =.*:INSTALL_BASE = ${GAMES_PREFIX}:" \ > -e "s:^DATA_DIR =.*:DATA_DIR = ${GAMES_DATADIR}/MagicCrayonConundrum:" \ > -e "s:^BIN_DIR =.*:BIN_DIR = ${GAMES_BINDIR}:" \ > -e "s:^CPP_OPT_FLAGS =:CPP_OPT_FLAGS = ${CXXFLAGS}:" \ > -e "s:^LDFLAGS = :LDFLAGS = ${LDFLAGS} :" \ > <src/lunix/Makefile.orig >src/lunix/Makefile >} > >src_compile() { > emake -C src/lunix || die >} > >src_install() { > make -C src/lunix DESTDIR="${D}" install || die > dodoc README MagicCrayonConundrum.html copying.txt todo.txt User.License.txt > 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 89686
:
56689
|
56690
| 56715