pingus-0.6.0.ebuild0100664000000000000120000000107307647415636013060 0ustar rootwheel# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A Lemmings Clone" HOMEPAGE="http://pingus.seul.org/" SRC_URI="http://pingus.seul.org/files/${P}.tar.bz2" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86" IUSE="X gnome" DEPEND=">=clanlib-0.6.3 >=hermes-1.3.2-r2" S=${WORKDIR}/${P} src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { einstall || die }