You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/net-dialup/mkwvconf/mkwvconf-9999.ebuild

24 lines
557 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
inherit git-2 python
EGIT_REPO_URI="git://github.com/schuay/mkwvconf.git"
KEYWORDS="~amd64 ~x86"
DESCRIPTION="Automatically generate a wvdial configuration for mobile broadband devices using mobile-broadband-provider-info"
HOMEPAGE="https://github.com/schuay/mkwvconf"
SLOT="0"
IUSE=""
RDEPEND="net-dialup/wvdial
net-misc/mobile-broadband-provider-info"
DEPEND="${RDEPEND}"
src_install() {
exeinto /usr/local/bin
doexe mkwvconf.py
}