net-dialup/wvdial - 1.61-r1 (gentoo)

Search

Package Information

Description:
Excellent program to automatically configure PPP sessions
Homepage:
https://code.google.com/archive/p/wvstreams/
License:
LGPL-2

Ebuild Details

Version EAPI Keywords Slot
1.61-r1 8 ~alpha amd64 ~hppa ppc ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit readme.gentoo-r1

DESCRIPTION="Excellent program to automatically configure PPP sessions"
HOMEPAGE="https://code.google.com/archive/p/wvstreams/"
SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86"

DEPEND=">=net-libs/wvstreams-4.4"
RDEPEND="${DEPEND}
	net-dialup/ppp:=
"
BDEPEND="virtual/pkgconfig"

PATCHES=(
	"${FILESDIR}/${P}-destdir.patch"
	"${FILESDIR}/${P}-as-needed.patch"
	"${FILESDIR}/${P}-parallel-make.patch"
)

DOC_CONTENTS="
	Use wvdialconf to automagically generate a configuration file.
	Users have to be member of the dialout AND the uucp group to use
	wvdial
"

src_configure() {
	# Hand made configure...
	./configure || die
}

src_install() {
	default
	readme.gentoo_create_doc
}

pkg_postinst() {
	readme.gentoo_print_elog
}

Dependencies

DEPEND

>=net-libs/wvstreams-4.4

RDEPEND

>=net-libs/wvstreams-4.4
	net-dialup/ppp:=

BDEPEND

virtual/pkgconfig