summaryrefslogtreecommitdiff
path: root/wvdial/Pkgfile
blob: f47c9c18c07e607b654b19bde5b2aca7f20ef84e (plain)
    1 # Description: Weave Dial - PPP dialer
    2 # URL:         http://open.nit.ca/wiki/?page=WvDial
    3 # Maintainer:  Juergen Daubert, juergen dot daubert at t-online dot de
    4 # Depends on:  ppp
    5 
    6 name=wvdial
    7 version=1.61
    8 release=3
    9 source=(http://wvstreams.googlecode.com/files/$name-$version.tar.gz \
   10         http://wvstreams.googlecode.com/files/wvstreams-4.6.1.tar.gz \
   11         $name-$version.patch wvstreams-4.6.1-openssl.patch \
   12         wvstreams-4.6.1-include_stat.patch)
   13 
   14 build() {
   15     cd wvstreams-4.6.1
   16     patch -p1 -i $SRC/wvstreams-4.6.1-openssl.patch
   17     patch -p1 -i $SRC/wvstreams-4.6.1-include_stat.patch
   18     ./configure --prefix=/usr --without-{pam,tcl,qt,dbus}
   19     make -j1
   20 
   21     cd $SRC/$name-$version
   22     patch -p1 -i $SRC/$name-$version.patch
   23     ./configure
   24     make -j1 WVS=$SRC/wvstreams-4.6.1
   25     make DESTDIR=$PKG install
   26 }

Generated by cgit