[arch-commits] Commit in rp-pppoe/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Mon Apr 18 07:09:47 UTC 2011


    Date: Monday, April 18, 2011 @ 03:09:47
  Author: daniel
Revision: 119995

upgpkg: rp-pppoe 3.10-6
Fixed FS#22481:Removed from base group and FS#20925:Hardcoded plugin path set to the right one

Modified:
  rp-pppoe/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-18 07:03:08 UTC (rev 119994)
+++ PKGBUILD	2011-04-18 07:09:47 UTC (rev 119995)
@@ -1,15 +1,14 @@
 # $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
 # Contributor: orelien <aurelien.foret at wanadoo.fr>
-# Maintainer:
 
 pkgname=rp-pppoe
 pkgver=3.10
-pkgrel=5
+pkgrel=6
 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>=2.4.5' 'sh')
 options=('!makeflags')
 backup=(etc/ppp/pppoe.conf etc/ppp/firewall-standalone etc/ppp/firewall-masq etc/ppp/pppoe-server-options)
@@ -20,8 +19,8 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver/src
-  ./configure --prefix=/usr --enable-plugin=/ppp-2.4.4
-  make || return 1
+  ./configure --prefix=/usr --enable-plugin
+  make PLUGIN_DIR="/usr/lib/rp-pppoe" || return 1
 }
 
 package() {




More information about the arch-commits mailing list