summaryrefslogtreecommitdiff
path: root/core/rp-pppoe/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/rp-pppoe/PKGBUILD')
-rw-r--r--core/rp-pppoe/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/rp-pppoe/PKGBUILD b/core/rp-pppoe/PKGBUILD
index c47683f19..7e2e268ca 100644
--- a/core/rp-pppoe/PKGBUILD
+++ b/core/rp-pppoe/PKGBUILD
@@ -1,15 +1,14 @@
-# $Id: PKGBUILD 77813 2010-04-18 07:47:31Z allan $
+# $Id: PKGBUILD 119995 2011-04-18 07:09:47Z daniel $
+# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: orelien <aurelien.foret@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' 'mips64el')
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 @@ md5sums=('d58a13cc4185bca6121a606ff456dec0'
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() {