]> Pileus Git - ~andy/sunrise/blob - net-misc/autoupnp/autoupnp-0.3.ebuild
c4132c086a0318d125badd7962d9a9915934c6e6
[~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://qwpx.net/~mgorny/autoupnp/"
7 SRC_URI="http://qwpx.net/~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 }