wvdial: new wvstreams version

This commit is contained in:
Juergen Daubert 2007-09-09 10:28:04 +02:00
parent 6a8ef23eb8
commit acef9cefc6
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
ca2d01b5c727d7ea62aa20b81028998b wvdial-1.60.patch ca2d01b5c727d7ea62aa20b81028998b wvdial-1.60.patch
27fbbde89f8fd9f6e735a8efa5217fc9 wvdial-1.60.tar.gz 27fbbde89f8fd9f6e735a8efa5217fc9 wvdial-1.60.tar.gz
441c85c2347e118965e47124b0c867ff wvstreams-4.4.tar.gz 907b0cba8931553d848620ea16f006b9 wvstreams-4.4.1.tar.gz

View File

@ -5,13 +5,13 @@
name=wvdial name=wvdial
version=1.60 version=1.60
release=1 release=2
source=(http://alumnit.ca/download/$name-$version.tar.gz \ source=(http://alumnit.ca/download/$name-$version.tar.gz \
http://wvstreams.googlecode.com/files/wvstreams-4.4.tar.gz \ http://wvstreams.googlecode.com/files/wvstreams-4.4.1.tar.gz \
$name-$version.patch) $name-$version.patch)
build() { build() {
cd wvstreams-4.4 cd wvstreams-4.4.1
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-verbose \ --enable-verbose \
--without-{pam,tcl,qt} --without-{pam,tcl,qt}
@ -20,6 +20,6 @@ build() {
cd $SRC/$name-$version cd $SRC/$name-$version
patch -p1 < $SRC/$name-$version.patch patch -p1 < $SRC/$name-$version.patch
make CXXOPTS="$CXXFLAGS" WVS=$SRC/wvstreams-4.4 make CXXOPTS="$CXXFLAGS" WVS=$SRC/wvstreams-4.4.1
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }