]> Pileus Git - ~andy/sunrise/blob - net-misc/autoupnp/autoupnp-0.3.ebuild
net-misc/autoupnp: Update HOMEPAGE & SRC_URI (once again).
[~andy/sunrise] / net-misc / autoupnp / autoupnp-0.3.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Automatic open port forwarder using UPnP"
6 HOMEPAGE="http://github.com/mgorny/autoupnp/"
7 SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.sh.bz2"
8
9 LICENSE="BSD"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 DEPEND=""
15 RDEPEND="net-misc/miniupnpc
16         sys-apps/diffutils
17         sys-apps/net-tools"
18
19 src_install() {
20         newbin ${P}.sh ${PN} || die
21 }