15 lines
539 B
Bash
15 lines
539 B
Bash
# Template file for 'wvdial'
|
|
pkgname=wvdial
|
|
version=1.61
|
|
revision=7
|
|
build_style=gnu-configure
|
|
short_desc="Point-to-Point Protocol dialer"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="LGPL-2"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="wvstreams-devel"
|
|
depends="ppp"
|
|
homepage="https://code.google.com/p/wvstreams/"
|
|
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
|
checksum=5753d2005115aa4e365a1638f4eb6c076d4e2deafa46c3de38964918e7f62709
|
|
conf_files="/etc/ppp/peers/wvdial /etc/ppp/peers/wvdial-pipe"
|