From 25b640f724bcf30885ebd201746be1e3b67b64c6 Mon Sep 17 00:00:00 2001
From: eroen
Date: Sun, 18 Sep 2016 23:54:24 +0200
Subject: supermeatboy-9999 - new ebuild using steam.eclass
---
games-arcade/supermeatboy/metadata.xml | 11 +++++
games-arcade/supermeatboy/supermeatboy-9999.ebuild | 53 ++++++++++++++++++++++
2 files changed, 64 insertions(+)
create mode 100644 games-arcade/supermeatboy/metadata.xml
create mode 100644 games-arcade/supermeatboy/supermeatboy-9999.ebuild
(limited to 'games-arcade')
diff --git a/games-arcade/supermeatboy/metadata.xml b/games-arcade/supermeatboy/metadata.xml
new file mode 100644
index 00000000..774b3d76
--- /dev/null
+++ b/games-arcade/supermeatboy/metadata.xml
@@ -0,0 +1,11 @@
+
+
+
+
+ eroen-overlay@occam.eroen.eu
+ eroen
+
+
+ User data is kept in `~/.local/share/SuperMeatBoy`.
+
+
diff --git a/games-arcade/supermeatboy/supermeatboy-9999.ebuild b/games-arcade/supermeatboy/supermeatboy-9999.ebuild
new file mode 100644
index 00000000..076ec6e7
--- /dev/null
+++ b/games-arcade/supermeatboy/supermeatboy-9999.ebuild
@@ -0,0 +1,53 @@
+# By eroen , 2016
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+# $Id$
+
+EAPI=6
+
+inherit eutils gnome2-utils steam
+
+DESCRIPTION="Platforming with an adorable cube of meat"
+HOMEPAGE="http://www.supermeatboy.com https://steamdb.info/app/40809"
+#SRC_URI="~amd64 ~x86"
+LICENSE="all-rights-reserved"
+RESTRICT="bindist"
+
+STEAM_app_id=40800
+
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="media-libs/libsdl2
+ media-libs/openal
+ sys-devel/gcc[cxx]"
+
+src_install() {
+ exeinto /opt/$PN/bin
+ use amd64 && doexe amd64/*
+ use x86 && doexe x86/*
+
+ insinto /opt/$PN
+ doins -r resources
+ doins buttonmap.cfg gameaudio.dat gamedata.dat locdb.txt
+
+ doicon -s 64 supermeatboy.png
+ make_wrapper $PN /opt/$PN/bin/SuperMeatBoy /opt/$PN
+ make_desktop_entry $PN SuperMeatBoy supermeatboy
+ dodoc README-linux.txt
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
--
cgit v1.2.1