rp-pppoe: update to 3.10

This commit is contained in:
Juergen Daubert 2008-07-01 17:20:17 +02:00
parent 95de10370f
commit 2f3eb5a577
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
7693f289c3babcfe211a9deef9118c6f rp-pppoe-3.9.tar.gz
d58a13cc4185bca6121a606ff456dec0 rp-pppoe-3.10.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ppp
name=rp-pppoe
version=3.9
version=3.10
release=1
source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz)
@ -12,6 +12,6 @@ build () {
cd $name-$version/src
./configure --prefix=/usr --mandir=/usr/man
make
make RPM_INSTALL_ROOT=$PKG install
make DESTDIR=$PKG install
rm -r $PKG/{usr/share/,etc/ppp/plugins}
}