wok-next view wvdial/receipt @ rev 21119

libarchive: depends on libzstd
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 03:39:08 2019 +0200 (2019-01-14)
parents aee343d75a6c
children 69bb65a67c90
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://code.google.com/archive/p/wvstreams/"
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 }