Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33994 Details for
Bug 54939
ebuild for colour curses tetris clone seatris
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
seatris-0.0.14.ebuild
seatris-0.0.14.ebuild (text/plain), 1.02 KB, created by
Sri Gupta
on 2004-06-23 16:34:42 UTC
(
hide
)
Description:
seatris-0.0.14.ebuild
Filename:
MIME Type:
Creator:
Sri Gupta
Created:
2004-06-23 16:34:42 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A ncurses tetris clone" >SRC_URI="http://www.earth.li/projectpurple/files/seatris-0.0.14.tar.gz" >HOMEPAGE="http://www.earth.li/projectpurple/progs/seatris.html" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~sparc ~amd64 ~ppc ~hppa ~ppc64 ~alpha ~mips ~ia64 ~s390" >IUSE="gpm" >DEPEND="virtual/glibc > sys-libs/ncurses > gpm? ( sys-libs/gpm )" > >RDEPEND=${DEPEND} > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/seatris-lib.patch >} > >src_compile() { > econf || die "Configure failed" > emake || die "Compilation failed" >} > >src_install () { ># make DESTDIR=${D} install || "Installation failed" > exeopts -m 2711 -o root -g games > exeinto /usr/games/bin/ > doexe seatris > diropts -m 0750 -o games -g games > dodir /var/games/ > touch ${D}/var/games/seatris.score > fowners root:games /var/games/seatris.score > fperms 0664 /var/games/seatris.score > doman seatris.6 > dodoc ACKNOWLEDGEMENTS HISTORY README TODO >}
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 54939
: 33994 |
33995