[arch-commits] Commit in pptpclient/repos (4 files)

Daniel Isenmann daniel at nymeria.archlinux.org
Fri Jun 27 15:38:27 UTC 2014


    Date: Friday, June 27, 2014 @ 17:38:27
  Author: daniel
Revision: 215512

archrelease: copy trunk to core-i686, core-x86_64

Added:
  pptpclient/repos/core-i686/PKGBUILD
    (from rev 215511, pptpclient/trunk/PKGBUILD)
  pptpclient/repos/core-x86_64/PKGBUILD
    (from rev 215511, 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:38:13 UTC (rev 215511)
+++ core-i686/PKGBUILD	2014-06-27 15:38:27 UTC (rev 215512)
@@ -1,39 +0,0 @@
-# $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
-}

Copied: pptpclient/repos/core-i686/PKGBUILD (from rev 215511, pptpclient/trunk/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2014-06-27 15:38:27 UTC (rev 215512)
@@ -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=2
+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:38:13 UTC (rev 215511)
+++ core-x86_64/PKGBUILD	2014-06-27 15:38:27 UTC (rev 215512)
@@ -1,39 +0,0 @@
-# $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
-}

Copied: pptpclient/repos/core-x86_64/PKGBUILD (from rev 215511, pptpclient/trunk/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2014-06-27 15:38:27 UTC (rev 215512)
@@ -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=2
+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