# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils DESCRIPTION=" QNetWalk, the Qt-version of the popular NetWalk game for system administrators." HOMEPAGE="http://qt.osdn.org.ua/qnetwalk.html" SRC_URI="http://qt.osdn.org.ua/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" need-kde 3 S=${WORKDIR}/${P} src_compile() { epatch ${FILESDIR}/qnetwalk.gentoo.patch qmake emake || die "emake failed" } src_install() { make INSTALL_ROOT=${D} install dodoc README ChangeLog }