diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-08 20:41:24 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-08 20:41:24 +0000 |
commit | 14d5b5edfab551f3c4954ae183c1e3f8cfafcce4 (patch) | |
tree | 9092aae5fdd7193af9a9e6c149025d3964655b1e /games-sports/bygfoot | |
parent | Stable on sparc (diff) | |
download | gentoo-2-14d5b5edfab551f3c4954ae183c1e3f8cfafcce4.tar.gz gentoo-2-14d5b5edfab551f3c4954ae183c1e3f8cfafcce4.tar.bz2 gentoo-2-14d5b5edfab551f3c4954ae183c1e3f8cfafcce4.zip |
Initial import. Original ebuild by Duarte Loreto <happyguy_pt@hotmail.com> and edited by Laurent Duperval <lduperval@yahoo.com>, Priit Laes <amd@store20.com>, and myself. Closing bug #56264.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r-- | games-sports/bygfoot/ChangeLog | 12 | ||||
-rw-r--r-- | games-sports/bygfoot/Manifest | 2 | ||||
-rw-r--r-- | games-sports/bygfoot/bygfoot-1.8.1.ebuild | 33 | ||||
-rw-r--r-- | games-sports/bygfoot/files/digest-bygfoot-1.8.1 | 1 | ||||
-rw-r--r-- | games-sports/bygfoot/metadata.xml | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/games-sports/bygfoot/ChangeLog b/games-sports/bygfoot/ChangeLog new file mode 100644 index 000000000000..be0083fc9666 --- /dev/null +++ b/games-sports/bygfoot/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for games-sports/bygfoot +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.1 2005/06/08 20:41:24 wolf31o2 Exp $ + +*bygfoot-1.8.1 (08 Jun 2005) + + 08 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, + +bygfoot-1.8.1.ebuild: + Initial import. Original ebuild by Duarte Loreto <happyguy_pt@hotmail.com> + and edited by Laurent Duperval <lduperval@yahoo.com>, Priit Laes + <amd@store20.com>, and myself. Closing bug #56264. + diff --git a/games-sports/bygfoot/Manifest b/games-sports/bygfoot/Manifest new file mode 100644 index 000000000000..4e1409d5468f --- /dev/null +++ b/games-sports/bygfoot/Manifest @@ -0,0 +1,2 @@ +MD5 adc504d6aeb732de2f7b0f5bd7e92527 bygfoot-1.8.1.ebuild 965 +MD5 f71ade099de0bbf385c53bfe555d3373 files/digest-bygfoot-1.8.1 66 diff --git a/games-sports/bygfoot/bygfoot-1.8.1.ebuild b/games-sports/bygfoot/bygfoot-1.8.1.ebuild new file mode 100644 index 000000000000..637911cb31d7 --- /dev/null +++ b/games-sports/bygfoot/bygfoot-1.8.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-1.8.1.ebuild,v 1.1 2005/06/08 20:41:24 wolf31o2 Exp $ + +inherit games + +DESCRIPTION="GTK+2 Soccer Management Game" +HOMEPAGE="http://bygfoot.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +# Other depends would be (and why not listed): +# * pkgconfig > 0.9.0 - Oldest ebuild is 0.12.0 +# * glib2, pango, atk - Depends from gtk+2 +# * freetype2 - Depends from pango +DEPEND=">=x11-libs/gtk+-2.0 + dev-util/pkgconfig" + +src_install() { + dogamesbin src/bygfoot || die "Installation bygfoot failed." + dogamesbin b-u/bygfoot-update-gui || die "Installation of bygfoot failed." + dodoc AUTHORS ChangeLog INSTALL README TODO UPDATE + insinto "${GAMES_DATADIR}/${PN}" + doins -r support_files/ || die "Installation of game data failed." + newicon support_files/pixmaps/football.png ${PN}.png + make_desktop_entry ${PN} "Bygfoot" ${PN}.png + + prepgamesdirs +} diff --git a/games-sports/bygfoot/files/digest-bygfoot-1.8.1 b/games-sports/bygfoot/files/digest-bygfoot-1.8.1 new file mode 100644 index 000000000000..78fa4220b4ff --- /dev/null +++ b/games-sports/bygfoot/files/digest-bygfoot-1.8.1 @@ -0,0 +1 @@ +MD5 42087e1c0aa581cd25b8885bbc0e2f2a bygfoot-1.8.1.tar.bz2 391925 diff --git a/games-sports/bygfoot/metadata.xml b/games-sports/bygfoot/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-sports/bygfoot/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |