wok-next view wvdial/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wvdial"
4 VERSION="1.61"
5 CATEGORY="network"
6 SHORT_DESC="Makes modem-based connection to Internet"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20110504183753/http://alumnit.ca:80/wiki/index.php?page=WvDial"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wvstreams/$TARBALL"
14 BUILD_DEPENDS="wvstreams-dev"
16 compile_rules() {
17 ./configure &&
18 make -j1 &&
19 make -j1 \
20 prefix=$install/usr \
21 PPPDIR=$install/etc/ppp/peers \
22 install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="wvstreams ppp"
28 TAGS="network 3G"
29 }
31 post_remove() {
32 rm -rf /etc/ppp/peers/wvdial
33 }