wok-current rev 5090
Up: Wvdial;build-depends on wvstreams; improve receipt
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon Mar 15 14:32:48 2010 +0000 (2010-03-15) |
parents | c467222c631f |
children | 9cc1cbd5e30b |
files | wvdial/receipt |
line diff
1.1 --- a/wvdial/receipt Mon Mar 15 14:31:03 2010 +0000 1.2 +++ b/wvdial/receipt Mon Mar 15 14:32:48 2010 +0000 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wvdial" 1.7 -VERSION="1.41" 1.8 +VERSION="1.61" 1.9 CATEGORY="network" 1.10 SHORT_DESC="makes modem-based connection to Internet" 1.11 -MAINTAINER="domcox@slitaz.org" 1.12 +MAINTAINER="jozee@slitaz.org" 1.13 DEPENDS="ppp gcc-lib-base" 1.14 -TARBALL=$PACKAGE"_"$VERSION".tar.gz" 1.15 -WEB_SITE="http://alumnit.ca/wiki/?WvDial" 1.16 -WGET_URL="http://archive.debian.org/debian/dists/potato/main/source/comm/$TARBALL" 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WEB_SITE="http://wvstreams.googlecode.com/" 1.19 +WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" 1.20 TAGS="network 3g" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 cd $src 1.26 - ! grep -q DESTDIR Makefile && patch -p1 < ../stuff/wvdial-1.41-gcc4.2.diff 1.27 - make && make DESTDIR=$PWD/_pkg install 1.28 + ./configure && 1.29 + make && 1.30 + make prefix=$PWD/_pkg/usr PPPDIR=$PWD/_pkg/etc/ppp/peers install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.