[arch-commits] CVS update of arch/build/network/wvdial (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jun 13 12:54:24 UTC 2007


    Date: Wednesday, June 13, 2007 @ 08:54:24
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/network/wvdial

Modified: PKGBUILD (1.14 -> 1.15)

rebuild for wvstreams 4.3


----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


Index: arch/build/network/wvdial/PKGBUILD
diff -u arch/build/network/wvdial/PKGBUILD:1.14 arch/build/network/wvdial/PKGBUILD:1.15
--- arch/build/network/wvdial/PKGBUILD:1.14	Sun Jun  4 07:29:32 2006
+++ arch/build/network/wvdial/PKGBUILD	Wed Jun 13 08:54:24 2007
@@ -3,10 +3,11 @@
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=wvdial
 pkgver=1.56
-pkgrel=1
+pkgrel=2
 pkgdesc="A dialer program to connect to the Internet"
 arch=(i686 x86_64)
-depends=('wvstreams' 'ppp')
+license=('custom')
+depends=('wvstreams>=4.3' 'ppp')
 source=(http://open.nit.ca/download/$pkgname-$pkgver.tar.gz)
 url="http://open.nit.ca/wiki/?page=WvDial"
 md5sums=('45097f269c7847266e121e4a0f362be9')
@@ -19,4 +20,5 @@
   sed "s|PPPDIR=.*|PPPDIR=$startdir/pkg/etc/ppp/peers|" -i Makefile
   make PREFIX=$startdir/pkg/usr || return 1
   make PREFIX=$startdir/pkg/usr PPPDIR=$startdir/pkg/etc/ppp/peers install
+  install -Dm644 COPYING.LIB ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING.LIB
 }




More information about the arch-commits mailing list