# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt3 DESCRIPTION="Qt-based configuration utility for Linksys WAP11 access point" HOMEPAGE="http://wap11gui.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="$(qt_min_version 3) net-analyzer/net-snmp" src_compile() { econf || die "econf failed" sed -i -e "s:-Wbad-function-cast::g" wap11gui/Makefile emake || die "emake failed" } src_install() { dobin wap11gui/wap11gui insinto /usr/share/snmp/mibs doins wap11gui/AT76C510-MIB.txt dodoc AUTHORS ChangeLog COPYING INSTALL README TODO }