[arch-commits] Commit in pptpclient/repos (4 files)
Daniel Isenmann
daniel at nymeria.archlinux.org
Fri Jun 27 15:07:10 UTC 2014
Date: Friday, June 27, 2014 @ 17:07:10
Author: daniel
Revision: 215509
archrelease: copy trunk to core-i686, core-x86_64
Added:
pptpclient/repos/core-i686/PKGBUILD
(from rev 215508, pptpclient/trunk/PKGBUILD)
pptpclient/repos/core-x86_64/PKGBUILD
(from rev 215508, pptpclient/trunk/PKGBUILD)
Deleted:
pptpclient/repos/core-i686/PKGBUILD
pptpclient/repos/core-x86_64/PKGBUILD
----------------------+
/PKGBUILD | 78 +++++++++++++++++++++++++++++++++++++++++++++++++
core-i686/PKGBUILD | 39 ------------------------
core-x86_64/PKGBUILD | 39 ------------------------
3 files changed, 78 insertions(+), 78 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2014-06-27 15:03:37 UTC (rev 215508)
+++ core-i686/PKGBUILD 2014-06-27 15:07:10 UTC (rev 215509)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel @ archlinux.org>
-# Contributor: Mark Nikkel <mnikkel at gmail.com>
-
-pkgname=pptpclient
-pkgver=1.7.2
-pkgrel=5
-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")
-md5sums=('4c3d19286a37459a632c7128c92a9857')
-
-prepare() {
- 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/bin/ip#' routing.c
-
- # put binaries in /usr/bin
- sed -i "/BINDIR/s#/sbin#/bin#" Makefile
-}
-
-build() {
- cd $srcdir/pptp-$pkgver
- make
-}
-
-package() {
- cd $srcdir/pptp-$pkgver
- make DESTDIR=$pkgdir install
-}
Copied: pptpclient/repos/core-i686/PKGBUILD (from rev 215508, pptpclient/trunk/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2014-06-27 15:07:10 UTC (rev 215509)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel @ archlinux.org>
+# Contributor: Mark Nikkel <mnikkel at gmail.com>
+
+pkgname=pptpclient
+pkgver=1.8.0
+pkgrel=1
+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")
+md5sums=('4efce9f263e2c3f38d79d9df222476de')
+
+prepare() {
+ 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/bin/ip#' routing.c
+
+ # put binaries in /usr/bin
+ sed -i "/BINDIR/s#/sbin#/bin#" Makefile
+}
+
+build() {
+ cd $srcdir/pptp-$pkgver
+ make
+}
+
+package() {
+ cd $srcdir/pptp-$pkgver
+ make DESTDIR=$pkgdir install
+}
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2014-06-27 15:03:37 UTC (rev 215508)
+++ core-x86_64/PKGBUILD 2014-06-27 15:07:10 UTC (rev 215509)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel @ archlinux.org>
-# Contributor: Mark Nikkel <mnikkel at gmail.com>
-
-pkgname=pptpclient
-pkgver=1.7.2
-pkgrel=5
-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")
-md5sums=('4c3d19286a37459a632c7128c92a9857')
-
-prepare() {
- 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/bin/ip#' routing.c
-
- # put binaries in /usr/bin
- sed -i "/BINDIR/s#/sbin#/bin#" Makefile
-}
-
-build() {
- cd $srcdir/pptp-$pkgver
- make
-}
-
-package() {
- cd $srcdir/pptp-$pkgver
- make DESTDIR=$pkgdir install
-}
Copied: pptpclient/repos/core-x86_64/PKGBUILD (from rev 215508, pptpclient/trunk/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2014-06-27 15:07:10 UTC (rev 215509)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel @ archlinux.org>
+# Contributor: Mark Nikkel <mnikkel at gmail.com>
+
+pkgname=pptpclient
+pkgver=1.8.0
+pkgrel=1
+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")
+md5sums=('4efce9f263e2c3f38d79d9df222476de')
+
+prepare() {
+ 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/bin/ip#' routing.c
+
+ # put binaries in /usr/bin
+ sed -i "/BINDIR/s#/sbin#/bin#" Makefile
+}
+
+build() {
+ cd $srcdir/pptp-$pkgver
+ make
+}
+
+package() {
+ cd $srcdir/pptp-$pkgver
+ make DESTDIR=$pkgdir install
+}
More information about the arch-commits
mailing list