Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9054 - app-games/tuxpuck-0.8.0.ebuild (Update)
Summary: app-games/tuxpuck-0.8.0.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
: 9122 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-12 23:03 UTC by David Joseph Sankel
Modified: 2002-10-15 05:54 UTC (History)
2 users (show)

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


Attachments
tuxpuck-0.8.0.ebuild (tuxpuck-0.8.0.ebuild,766 bytes, text/plain)
2002-10-12 23:04 UTC, David Joseph Sankel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Joseph Sankel 2002-10-12 23:03:01 UTC
This is an update to the tuxpuck ebuild.  This version is playable where the
previous one was not.  I could not find the attach-file button so Here is the
tuxpuck-0.8.0.ebuild file:

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=">=media-libs/libsdl-1.1.5
	media-libs/libpng
	>=media-libs/libvorbis-1.0_rc3"
RDEPEND="$DEPEND"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"

src_compile() {
	export CPP_FLAGS="${CPPFLAGS} -I/usr/include/libpng12"
	gzip -d man/tuxpuck.6.gz
	make || die
}

src_install () {
	doexe tuxpuck
	doman man/tuxpuck.6
	dodoc COPYING bugs.txt  readme.txt  thanks.txt  todo.txt
}
Comment 1 David Joseph Sankel 2002-10-12 23:04:45 UTC
Created attachment 4646 [details]
tuxpuck-0.8.0.ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-15 05:34:03 UTC
*** Bug 9122 has been marked as a duplicate of this bug. ***
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-15 05:54:48 UTC
thanks.  I had to tweak your version slightly, as it was installing the binary
into / instead of /usr/bin