[arch-commits] Commit in tinc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Fri Nov 10 16:07:14 UTC 2017


    Date: Friday, November 10, 2017 @ 16:07:12
  Author: demize
Revision: 266125

archrelease: copy trunk to community-x86_64

Added:
  tinc/repos/community-x86_64/PKGBUILD
    (from rev 266124, tinc/trunk/PKGBUILD)
Deleted:
  tinc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-10 16:07:03 UTC (rev 266124)
+++ PKGBUILD	2017-11-10 16:07:12 UTC (rev 266125)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <nik at naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.32
-pkgrel=1
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/"
-license=('GPL')
-depends=('lzo' 'openssl' 'zlib')
-source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
-md5sums=('f6d1c4d48a38b0f8e0e9629ddd97c425'
-         'SKIP')
-validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
-
-build() {
-  cd tinc-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd tinc-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C "$pkgdir"/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-}

Copied: tinc/repos/community-x86_64/PKGBUILD (from rev 266124, tinc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-10 16:07:12 UTC (rev 266125)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <nik at naturalnet.de>
+
+pkgname=tinc
+pkgver=1.0.33
+pkgrel=1
+
+pkgdesc="VPN (Virtual Private Network) daemon"
+url="http://www.tinc-vpn.org/"
+arch=('x86_64')
+license=('GPL')
+
+depends=('lzo' 'openssl' 'zlib')
+
+source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
+
+md5sums=('f9080dc5f8b1c135da43b9533f69a0bb'
+         'SKIP')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+  cd tinc-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd tinc-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+  install -dm755 "$pkgdir"/usr/share/tinc/examples
+  cp -a doc/sample-config/. "$pkgdir"/usr/share/tinc/examples/
+  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
+}



More information about the arch-commits mailing list