# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils, games 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}" pkg_setup() { elog "In order to play this game you require copy of old dos \"Liero\" game." games_pkg_setup } src_install() { dogamesbin openliero || die }