First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 9054
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Joseph Sankel <camio@yahoo.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tuxpuck-0.8.0.ebuild tuxpuck-0.8.0.ebuild text/plain David Joseph Sankel 2002-10-12 23:04 0000 766 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 9054 depends on: Show dependency tree
Bug 9054 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-10-12 23:03 0000
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 From David Joseph Sankel 2002-10-12 23:04:45 0000 -------
Created an attachment (id=4646) [edit]
tuxpuck-0.8.0.ebuild

------- Comment #2 From Seemant Kulleen (RETIRED) 2002-10-15 05:34:03 0000 -------
*** Bug 9122 has been marked as a duplicate of this bug. ***

------- Comment #3 From Seemant Kulleen (RETIRED) 2002-10-15 05:54:48 0000 -------
thanks.  I had to tweak your version slightly, as it was installing the binary
into / instead of /usr/bin

First Last Prev Next    No search results available      Search page      Enter new bug