Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e684789b2dfd475cd319c1fddaee05c3116be78d

commit e684789b2dfd475cd319c1fddaee05c3116be78d
Author: Christian Hamar alias krix <[EMAIL PROTECTED]>
Date:   Sat Nov 3 15:40:39 2007 +0100

wvdial-1.60-1-x86_64
* Version bump
* Updated patch for upstream

diff --git a/source/network/wvdial/FrugalBuild 
b/source/network/wvdial/FrugalBuild
index 4382dcb..0ce6be9 100644
--- a/source/network/wvdial/FrugalBuild
+++ b/source/network/wvdial/FrugalBuild
@@ -3,18 +3,18 @@
# Contributor: Karoly CZOVEK <[EMAIL PROTECTED]>

pkgname=wvdial
-pkgver=1.56
+pkgver=1.60
pkgrel=1
pkgdesc="WVDial CLI dialer"
groups=('network')
+depends=('wvstreams>=4.4.1' 'zlib')
archs=('i686' 'x86_64')
up2date="lynx -dump -nolist 'http://alumnit.ca/wiki/?DownloadReleases'|grep 
'wvdial-\(.*\).tar.gz'|sed 's/.*-\(.*\).tar.*$/\1/'"
url="http://alumnit.ca/download/";
source=($url/$pkgname-$pkgver.tar.gz wvdial-1.55-destdir.patch)
backup=(etc/ppp/peers/{wvdial,wvdial-pipe})
-depends=('wvstreams>=4.2.2' 'zlib')
-sha1sums=('6a0ed7508b93b56f7bc4c5dc7faa4a3e6a911d18' \
-         'bffe3094be91ab1b1efe89acdad498a9c8dce787')
+sha1sums=('d44914065258d316cff28494d4409cd27a07cfa6' \
+          '1ad466b246767cffcae3217909774cc01398aea7')

build() {
Fbuild
diff --git a/source/network/wvdial/wvdial-1.55-destdir.patch 
b/source/network/wvdial/wvdial-1.55-destdir.patch
index 5c9927b..7f70255 100644
--- a/source/network/wvdial/wvdial-1.55-destdir.patch
+++ b/source/network/wvdial/wvdial-1.55-destdir.patch
@@ -1,21 +1,19 @@
-diff -Nur wvdial-1.55.orig/Makefile wvdial-1.55/Makefile
---- wvdial-1.55.orig/Makefile  2005-12-03 00:54:13.000000000 +0200
-+++ wvdial-1.55/Makefile       2006-02-03 22:21:11.402271250 +0200
-@@ -1,7 +1,7 @@
- ifeq ($(TOPDIR),)
-  TOPDIR=.
+diff -Naur wvdial-1.60.orig/Makefile wvdial-1.60/Makefile
+--- wvdial-1.60.orig/Makefile  2007-11-03 15:39:03.000000000 +0100
++++ wvdial-1.60/Makefile       2007-11-03 15:39:48.000000000 +0100
+@@ -1,5 +1,5 @@

-- prefix=/usr/local
-+ prefix=${DESTDIR}/usr
-  WVSTREAMS_INC=
-  WVSTREAMS_LIB=
-  WVSTREAMS_BIN=$(prefix)/bin
-@@ -24,7 +24,7 @@
+-prefix=/usr/local
++prefix=${DESTDIR}/usr
+ WVSTREAMS_INC=
+ WVSTREAMS_LIB=
+ WVSTREAMS_BIN=$(prefix)/bin
+@@ -19,7 +19,7 @@

BINDIR=${prefix}/bin
MANDIR=${prefix}/share/man
-PPPDIR=/etc/ppp/peers
+PPPDIR=${DESTDIR}/etc/ppp/peers

- include $(TOPDIR)/wvrules.mk
+ include wvrules.mk
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to