opt/wvdial/Pkgfile

27 lines
835 B
Plaintext
Raw Normal View History

2006-02-23 18:13:51 +01:00
# Description: Weave Dial - PPP dialer
# URL: http://open.nit.ca/wiki/?page=WvDial
2006-09-07 09:11:14 +02:00
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2006-02-23 18:13:51 +01:00
# Depends on: ppp, openssl
name=wvdial
2006-02-23 19:11:11 +01:00
version=1.56
2006-11-26 18:50:33 +01:00
release=2
2006-02-23 18:13:51 +01:00
source=(http://open.nit.ca/download/$name-$version.tar.gz \
http://open.nit.ca/download/wvstreams-4.2.2.tar.gz \
2006-11-26 18:50:33 +01:00
wvstreams-4.2.2-gcc41.patch $name-$version.patch)
2006-02-23 18:13:51 +01:00
build() {
cd wvstreams-4.2.2
2006-11-26 18:50:33 +01:00
patch -p1 -i $SRC/wvstreams-4.2.2-gcc41.patch
2006-02-23 18:13:51 +01:00
./configure --prefix=/usr \
--enable-verbose \
2006-02-23 19:11:11 +01:00
--without-{bdb,qdbm,pam,tcl,telephony,swig,qt,openslp}
2006-02-23 18:13:51 +01:00
make
ln -s ../xplc/include/xplc include/xplc
cd $SRC/$name-$version
patch -p1 < $SRC/$name-$version.patch
make CXXOPTS="$CXXFLAGS" WVS=$SRC/wvstreams-4.2.2
make DESTDIR=$PKG install
}