summaryrefslogtreecommitdiff
path: root/core/pptpclient/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-19 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-11-19 23:14:49 +0000
commita3024f8996981b28ced27466cbd1d4ab40e57324 (patch)
tree33e1ab51e17de598241385ef355cc67662d9ad74 /core/pptpclient/PKGBUILD
parent126af148530f656a2ed192a852477b2ee97d5397 (diff)
Sat Nov 19 23:14:48 UTC 2011
Diffstat (limited to 'core/pptpclient/PKGBUILD')
-rw-r--r--core/pptpclient/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/pptpclient/PKGBUILD b/core/pptpclient/PKGBUILD
index 85bf0544e..b27c7d5bc 100644
--- a/core/pptpclient/PKGBUILD
+++ b/core/pptpclient/PKGBUILD
@@ -1,29 +1,29 @@
-# $Id: PKGBUILD 99891 2010-11-19 12:45:55Z allan $
+# $Id: PKGBUILD 142906 2011-11-18 07:42:07Z pierre $
# Maintainer: Daniel Isenmann <daniel @ archlinux.org>
# Contributor: Mark Nikkel <mnikkel@gmail.com>
-pkgname=pptpclient
+pkgname=pptpclient
pkgver=1.7.2
-pkgrel=3
+pkgrel=4
pkgdesc="Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP."
arch=('i686' 'x86_64')
url="http://pptpclient.sourceforge.net/"
license=('GPL')
depends=('ppp' 'iproute2')
-backup=(etc/ppp/options.pptp)
-source=(http://downloads.sourceforge.net/sourceforge/pptpclient/pptp-$pkgver.tar.gz)
+backup=('etc/ppp/options.pptp')
+source=("http://downloads.sourceforge.net/sourceforge/pptpclient/pptp-$pkgver.tar.gz")
md5sums=('4c3d19286a37459a632c7128c92a9857')
-build() {
+build() {
cd $srcdir/pptp-$pkgver
-
+
# use our CFLAGS and LDFLAGS
sed -i -e "/CFLAGS =/ c\CFLAGS = ${CFLAGS}" Makefile
sed -i -e "/LDFLAGS =/ c\LDFLAGS = ${LDFLAGS}" Makefile
-
+
# adjust ip path
sed -i 's#/bin/ip#/usr/sbin/ip#' routing.c
-
+
make
}