Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770 - New Ebuild -- tuxpuck
Summary: New Ebuild -- tuxpuck
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-19 10:35 UTC by Seemant Kulleen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
tuxpuck ebuild (tuxpuck-0.7.9.ebuild,635 bytes, application/octet-stream)
2002-02-19 10:36 UTC, Seemant Kulleen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seemant Kulleen 2002-02-19 10:35:37 UTC
See my comment for the other 3 games :)
Comment 1 Seemant Kulleen 2002-02-19 10:36:03 UTC
Created attachment 210 [details]
tuxpuck ebuild
Comment 2 Seemant Kulleen 2002-02-20 18:12:59 UTC
This is more correct.  My only doubt is in the "strip tuxpuck" line - I am not
sure if portage does that by default or not.

Thanks,

Seemant

------ cut here

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Seemant Kulleen <seemant@rocketmail.com>
# $Header$

S=${WORKDIR}/${P}
DESCRIPTION="Hover hockey"
SRC_URI="http://www.efd.lth.se/~d00jkr/tuxpuck/${P}.tar.gz"
HOMEPAGE="http://www.efd.lth.se/~d00jkr/tuxpuck/"

DEPEND="virtual/x11
    virtual/glibc
    >=media-libs/libsdl-1.1.5
    >=media-libs/libpng-1.0.12
    >=media-libs/libvorbis-1.0_rc3"

RDEPEND="$DEPEND"

src_compile() {

    emake || die
    strip tuxpuck
}

src_install () {

    exeinto /usr/bin
    doexe tuxpuck
    dodoc BUGS COPYING README TODO THANKS
}
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-03-13 15:56:35 UTC
Hi Seemant, 
 
Yet another :-)