#Packager: George Vlahavas pkgname=wvdial pkgver=1.61 pkgrel=1gv source=("http://wvstreams.googlecode.com/files/wvdial-$pkgver.tar.gz" "Makefile.diff" "wvdial.conf") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "faq" "menus") url=http://alumnit.ca/wiki/index.php?page=WvDial slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "wvdial (ppp dialer app)" "wvdial is a program that makes it easy to connect your Linux" "workstation to the Internet. It will automatically detect your modem," "and it can log into almost any Internet provider's server without any" "special configuration." "" "http://alumnit.ca/wiki/index.php?page=WvDial" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure patch -u Makefile $startdir/src/Makefile.diff || exit 1 make prefix=/usr MANDIR=/usr/man make prefix=/usr MANDIR=/usr/man install DESTDIR=$startdir/pkg cp $startdir/src/wvdial.conf $startdir/pkg/etc/ }