Date: Saturday, January 20, 2018 @ 13:16:30
  Author: arojas
Revision: 315180

archrelease: copy trunk to testing-x86_64

Added:
  pptpclient/repos/testing-x86_64/
  pptpclient/repos/testing-x86_64/PKGBUILD
    (from rev 315179, pptpclient/trunk/PKGBUILD)

----------+
 PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

Copied: pptpclient/repos/testing-x86_64/PKGBUILD (from rev 315179, 
pptpclient/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-01-20 13:16:30 UTC (rev 315180)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Daniel Isenmann <daniel @ archlinux.org>
+# Contributor: Mark Nikkel <[email protected]>
+
+pkgname=pptpclient
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="Client for the proprietary Microsoft Point-to-Point Tunneling 
Protocol, PPTP."
+arch=('x86_64')
+url="http://pptpclient.sourceforge.net/";
+license=('GPL')
+depends=('ppp' 'iproute2' 'perl')
+backup=('etc/ppp/options.pptp')
+source=("http://downloads.sourceforge.net/sourceforge/pptpclient/pptp-$pkgver.tar.gz";)
+md5sums=('8d25341352fdae5ad5b36b9f18254908')
+
+prepare() {
+  cd 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/bin/ip#' routing.c
+
+  # put binaries in /usr/bin
+  sed -i "/BINDIR/s#/sbin#/bin#" Makefile
+}
+
+build() {
+  cd pptp-$pkgver
+  make 
+}
+
+package() {
+  cd pptp-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to