]> Pileus Git - ~andy/sunrise/commitdiff
games-sports/tuxfootball: New Ebuild for bug 209032
authorChristoph Brill (egore) <egore@gmx.de>
Tue, 5 Feb 2008 21:02:35 +0000 (21:02 +0000)
committerChristoph Brill (egore) <egore@gmx.de>
Tue, 5 Feb 2008 21:02:35 +0000 (21:02 +0000)
svn path=/sunrise/; revision=5621

games-sports/tuxfootball/ChangeLog [new file with mode: 0644]
games-sports/tuxfootball/Manifest [new file with mode: 0644]
games-sports/tuxfootball/metadata.xml [new file with mode: 0644]
games-sports/tuxfootball/tuxfootball-0.1.1.ebuild [new file with mode: 0644]

diff --git a/games-sports/tuxfootball/ChangeLog b/games-sports/tuxfootball/ChangeLog
new file mode 100644 (file)
index 0000000..fea024f
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for games-sports/tuxfootball
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  05 Feb 2008; Christoph Brill (egore) egore@gmx.de +metadata.xml,
+  +tuxfootball-0.1.1.ebuild:
+  New Ebuild for bug 209032
+
diff --git a/games-sports/tuxfootball/Manifest b/games-sports/tuxfootball/Manifest
new file mode 100644 (file)
index 0000000..bb5e365
--- /dev/null
@@ -0,0 +1,4 @@
+DIST tuxfootball-0.1.1.tar.gz 7404089 RMD160 c22b4ffea6e6118db1529960f8097f193aadf3f5 SHA1 1debeb5e1e7893e582f73deff00c41f7e09f4217 SHA256 48c3dbe6c9a5597835796646736bb985bab6ed0d3715a2c37cfd34705ae99e11
+EBUILD tuxfootball-0.1.1.ebuild 623 RMD160 2a404520ad0e507afc1771c8b76956873ebfbf25 SHA1 f8691b145cf99d77eafc51c7a37ab87b5633c25c SHA256 460f845832cf45236bf7bad46e9bdcd9437f053b6722def7ee8189d76808df83
+MISC ChangeLog 250 RMD160 c028403a6b87ffc5693ddfc5fa87b59235d66438 SHA1 08344b4945d56f17003cc7ebca96d936138df411 SHA256 7f4ba35f76cb3791730a265e570a860331bd10a6ace245aba2ba1da73cd6b730
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-sports/tuxfootball/metadata.xml b/games-sports/tuxfootball/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>
diff --git a/games-sports/tuxfootball/tuxfootball-0.1.1.ebuild b/games-sports/tuxfootball/tuxfootball-0.1.1.ebuild
new file mode 100644 (file)
index 0000000..97fc417
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit games
+
+DESCRIPTION="A 2d soccer game"
+HOMEPAGE="http://tuxfootball.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/sdl-mixer
+               media-libs/sdl-image
+               media-libs/libsdl"
+DEPEND="dev-util/intltool
+               sys-devel/gettext
+               ${RDEPEND}"
+
+src_install() {
+       emake DESTDIR="${D}" install || die "emake install failed"
+       dodoc AUTHORS ChangeLog README TODO
+       make_desktop_entry ${PN} Tuxfootball
+       prepgamesdirs
+}