# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="UPnP client library and a simple UPnP client, enabling applications to access the services provided by an UPnP IGD present on the network." SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz" HOMEPAGE="http://miniupnp.free.fr/" LICENSE="BSD" KEYWORDS="~amd64 ~sparc ~x86" SLOT="0" DEPEND="" src_compile() { emake || die } src_install () { emake PREFIX="${D}" install || die "install failed" dodoc LICENCE README Changelog.txt || die "install failed" doman man3/* || die "install failed" }