[arch-commits] Commit in tinc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sat Aug 4 03:01:13 UTC 2018
Date: Saturday, August 4, 2018 @ 03:01:13
Author: demize
Revision: 367763
archrelease: copy trunk to community-x86_64
Added:
tinc/repos/community-x86_64/PKGBUILD
(from rev 367761, tinc/trunk/PKGBUILD)
Deleted:
tinc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 85 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 45 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-04 03:01:12 UTC (rev 367762)
+++ PKGBUILD 2018-08-04 03:01:13 UTC (rev 367763)
@@ -1,40 +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.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 {} +
-}
Copied: tinc/repos/community-x86_64/PKGBUILD (from rev 367761, tinc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-04 03:01:13 UTC (rev 367763)
@@ -0,0 +1,45 @@
+# $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.34
+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=('05ccf540a0b37ab1087595eb4daa2e80'
+ 'SKIP')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+ cd tinc-$pkgver
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --sbindir=/usr/bin \
+ --with-systemd=/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