summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/openliero/openliero-9.ebuild')
-rw-r--r--games-action/openliero/openliero-9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/games-action/openliero/openliero-9.ebuild b/games-action/openliero/openliero-9.ebuild
new file mode 100644
index 000000000..4f1a73da2
--- /dev/null
+++ b/games-action/openliero/openliero-9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Almost exact clone of Liero"
+HOMEPAGE="http://open.liero.be/"
+SRC_URI="http://stepien.cc/~jan/gentoo/distfiles/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin openliero || die
+}