summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-26 21:57:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-26 21:57:06 +0000
commitde8191a91f22ad03eb719cc72e7c0a60d410eb70 (patch)
tree3790272c3de11b586f932e653de5a2149a0bc0f7 /games-action/luola
parentStable on alpha. (diff)
downloadgentoo-2-de8191a91f22ad03eb719cc72e7c0a60d410eb70.tar.gz
gentoo-2-de8191a91f22ad03eb719cc72e7c0a60d410eb70.tar.bz2
gentoo-2-de8191a91f22ad03eb719cc72e7c0a60d410eb70.zip
initial commit (bug #55063)
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-action/luola')
-rw-r--r--games-action/luola/ChangeLog10
-rw-r--r--games-action/luola/Manifest2
-rw-r--r--games-action/luola/files/digest-luola-1.2.64
-rw-r--r--games-action/luola/luola-1.2.6.ebuild47
-rw-r--r--games-action/luola/metadata.xml5
5 files changed, 68 insertions, 0 deletions
diff --git a/games-action/luola/ChangeLog b/games-action/luola/ChangeLog
new file mode 100644
index 000000000000..a33420fdda07
--- /dev/null
+++ b/games-action/luola/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-action/luola
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/ChangeLog,v 1.1 2005/03/26 21:57:06 mr_bones_ Exp $
+
+*luola-1.2.6 (26 Mar 2005)
+
+ 26 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+ +luola-1.2.6.ebuild:
+ initial commit (bug #55063)
+
diff --git a/games-action/luola/Manifest b/games-action/luola/Manifest
new file mode 100644
index 000000000000..a4f131904c84
--- /dev/null
+++ b/games-action/luola/Manifest
@@ -0,0 +1,2 @@
+MD5 e092afb27c19770449bfb47112c4c761 luola-1.2.6.ebuild 1111
+MD5 6bd42fd1f0bdcb094673b0dda831f77e files/digest-luola-1.2.6 246
diff --git a/games-action/luola/files/digest-luola-1.2.6 b/games-action/luola/files/digest-luola-1.2.6
new file mode 100644
index 000000000000..9710d9062ff7
--- /dev/null
+++ b/games-action/luola/files/digest-luola-1.2.6
@@ -0,0 +1,4 @@
+MD5 439950d1c314ad3c7d9ebb28ef8d424d luola-1.2.6.tar.gz 1179093
+MD5 e5d6a5bea209e80460696d0bbc13d719 stdlevels.tar.gz 1457886
+MD5 8f9e1b57a62e148fc1510f88bcbc6000 nostalgy.tar.gz 660465
+MD5 8a0abbf4cfb0b92eb72c743afd1cc5f4 demolevel.tar.gz 88107
diff --git a/games-action/luola/luola-1.2.6.ebuild b/games-action/luola/luola-1.2.6.ebuild
new file mode 100644
index 000000000000..a2000f5b6e47
--- /dev/null
+++ b/games-action/luola/luola-1.2.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/luola/luola-1.2.6.ebuild,v 1.1 2005/03/26 21:57:06 mr_bones_ Exp $
+
+inherit eutils games
+
+DESCRIPTION="A 2D multiplayer arcade game resembling V-Wing"
+HOMEPAGE="http://www.saunalahti.fi/~laakkon1/linux/luola/index.php"
+SRC_URI="http://www.saunalahti.fi/~laakkon1/linux/luola/bin/${P}.tar.gz
+ http://www.saunalahti.fi/~laakkon1/linux/luola/bin/stdlevels.tar.gz
+ http://www.saunalahti.fi/~laakkon1/linux/luola/bin/nostalgy.tar.gz
+ http://www.saunalahti.fi/~laakkon1/linux/luola/bin/demolevel.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl
+ media-libs/sdl-gfx
+ media-libs/sdl-image
+ media-libs/sdl-mixer
+ media-libs/sdl-ttf"
+
+src_unpack() {
+ unpack ${A}
+ mv "${WORKDIR}/README.Nostalgy" "${S}" || die "mv failed"
+ sed -i -e '/PACKAGE_DATA_DIR/s:${\(ac_default_\)\?prefix}/::' \
+ "${S}/configure" \
+ || die "sed failed"
+}
+
+src_compile() {
+ egamesconf \
+ --enable-sound || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodir "${GAMES_DATADIR}/${PN}/levels"
+ cp "${WORKDIR}/"*.{lev,png,jpg} "${D}${GAMES_DATADIR}/${PN}/levels"
+ dodoc AUTHORS ChangeLog DATAFILE FAQ LEVELFILE README* TODO
+ doicon luola.png
+ make_desktop_entry luola Luola
+ prepgamesdirs
+}
diff --git a/games-action/luola/metadata.xml b/games-action/luola/metadata.xml
new file mode 100644
index 000000000000..d3c2cc926f0b
--- /dev/null
+++ b/games-action/luola/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>