[arch-commits] CVS update of core/support/rp-pppoe (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Tue Feb 12 21:00:31 UTC 2008


    Date: Tuesday, February 12, 2008 @ 16:00:31
  Author: daniel
    Path: /home/cvs-core/core/support/rp-pppoe

Modified: PKGBUILD (1.13 -> 1.14)

add kernel-mode pppoe support


----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)


Index: core/support/rp-pppoe/PKGBUILD
diff -u core/support/rp-pppoe/PKGBUILD:1.13 core/support/rp-pppoe/PKGBUILD:1.14
--- core/support/rp-pppoe/PKGBUILD:1.13	Thu Nov 15 19:02:38 2007
+++ core/support/rp-pppoe/PKGBUILD	Tue Feb 12 16:00:31 2008
@@ -1,22 +1,27 @@
-# $Id: PKGBUILD,v 1.13 2007/11/16 00:02:38 daniel Exp $
+# $Id: PKGBUILD,v 1.14 2008/02/12 21:00:31 daniel Exp $
 # Contributor: orelien <aurelien.foret at wanadoo.fr>
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=rp-pppoe
 pkgver=3.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Roaring Penguin's Point-to-Point Protocol over Ethernet client"
 arch=(i686 x86_64)
 url="http://www.roaringpenguin.com/pppoe/"
 license=('GPL')
 groups=('base')
 depends=('ppp')
+options=('!makeflags')
 backup=(etc/ppp/pppoe.conf etc/ppp/firewall-standalone etc/ppp/firewall-masq etc/ppp/pppoe-server-options)
-source=(http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz adsl)
-md5sums=('0e32760f498f9cde44081ee6aafc823b' 'adace1ad441aa88dcb3db52fb7f9c97f')
+source=(http://www.roaringpenguin.com/files/download/rp-pppoe-$pkgver.tar.gz adsl rp-pppoe-kernel-mode.diff ftp://ftp.samba.org/pub/ppp/ppp-2.4.4.tar.gz)
+md5sums=('0e32760f498f9cde44081ee6aafc823b'
+         'adace1ad441aa88dcb3db52fb7f9c97f'
+         'afbb63d49156797fbbecafe27d8dfbc7'
+         '183800762e266132218b204dfb428d29')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver/src
-  ./configure --prefix=/usr
+  patch -Np0 -i ../../rp-pppoe-kernel-mode.diff || return 1
+  ./configure --prefix=/usr --enable-plugin=../../ppp-2.4.4
   make || return 1
   make RPM_INSTALL_ROOT=$startdir/pkg install
   install -m755 -D ../../adsl $startdir/pkg/etc/rc.d/adsl




More information about the arch-commits mailing list