summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-10-16 06:55:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-10-16 06:55:06 +0000
commit5b263058ce01449ab01cfc69f0d123b51be2024b (patch)
treef20ce2f26e17f661482821aec24c3d1c3b6bfedc
parentSimplified ebuilds with epatch. (Manifest recommit) (diff)
downloadgentoo-2-5b263058ce01449ab01cfc69f0d123b51be2024b.tar.gz
gentoo-2-5b263058ce01449ab01cfc69f0d123b51be2024b.tar.bz2
gentoo-2-5b263058ce01449ab01cfc69f0d123b51be2024b.zip
initial commit - ebuild submitted by Rob Cakebread via bug #67028
-rw-r--r--games-puzzle/flobopuyo/ChangeLog10
-rw-r--r--games-puzzle/flobopuyo/Manifest2
-rw-r--r--games-puzzle/flobopuyo/files/digest-flobopuyo-0.201
-rw-r--r--games-puzzle/flobopuyo/flobopuyo-0.20.ebuild38
-rw-r--r--games-puzzle/flobopuyo/metadata.xml5
5 files changed, 56 insertions, 0 deletions
diff --git a/games-puzzle/flobopuyo/ChangeLog b/games-puzzle/flobopuyo/ChangeLog
new file mode 100644
index 000000000000..bbc3eec71e0e
--- /dev/null
+++ b/games-puzzle/flobopuyo/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-puzzle/flobopuyo
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/ChangeLog,v 1.1 2004/10/16 06:55:06 mr_bones_ Exp $
+
+*flobopuyo-0.20 (15 Oct 2004)
+
+ 15 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+ +flobopuyo-0.20.ebuild:
+ initial commit - ebuild submitted by Rob Cakebread via bug #67028
+
diff --git a/games-puzzle/flobopuyo/Manifest b/games-puzzle/flobopuyo/Manifest
new file mode 100644
index 000000000000..db562725af54
--- /dev/null
+++ b/games-puzzle/flobopuyo/Manifest
@@ -0,0 +1,2 @@
+MD5 0dc9a06d400c175e8c6b1a5ff44f57f0 flobopuyo-0.20.ebuild 660
+MD5 be0bda1e61a418231b438f1d8ac57d2a files/digest-flobopuyo-0.20 64
diff --git a/games-puzzle/flobopuyo/files/digest-flobopuyo-0.20 b/games-puzzle/flobopuyo/files/digest-flobopuyo-0.20
new file mode 100644
index 000000000000..4afd314d3968
--- /dev/null
+++ b/games-puzzle/flobopuyo/files/digest-flobopuyo-0.20
@@ -0,0 +1 @@
+MD5 db7299f2a4ca7f1cc12664156cce3074 flobopuyo-0.20.tgz 2949750
diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20.ebuild b/games-puzzle/flobopuyo/flobopuyo-0.20.ebuild
new file mode 100644
index 000000000000..b7584866e9ea
--- /dev/null
+++ b/games-puzzle/flobopuyo/flobopuyo-0.20.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/flobopuyo/flobopuyo-0.20.ebuild,v 1.1 2004/10/16 06:55:06 mr_bones_ Exp $
+
+inherit toolchain-funcs games
+
+DESCRIPTION="Clone of the famous PuyoPuyo game"
+HOMEPAGE="http://www.ios-software.com/?page=projet&quoi=29"
+SRC_URI="http://www.ios-software.com/flobopuyo/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl
+ media-libs/sdl-image
+ media-libs/sdl-mixer
+ virtual/opengl"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ find . -type f -name ".*" -exec rm -f \{\} \;
+ sed -i \
+ -e "s:^DATADIR=.*:DATADIR=\"${GAMES_DATADIR}/${PN}\":" \
+ -e "/^INSTALL_BINDIR/s:/\$(PREFIX)/games:${GAMES_BINDIR}:" \
+ -e "/^CC=/s/g++/$(tc-getCXX)/" \
+ -e "/^CXX=/s/g++/$(tc-getCXX)/" \
+ Makefile \
+ || die "sed failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc Changelog TODO
+ prepgamesdirs
+}
diff --git a/games-puzzle/flobopuyo/metadata.xml b/games-puzzle/flobopuyo/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-puzzle/flobopuyo/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>