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

Sébastien Luttringer seblu at archlinux.org
Fri Dec 29 20:10:21 UTC 2017


    Date: Friday, December 29, 2017 @ 20:10:20
  Author: seblu
Revision: 276887

archrelease: copy trunk to community-x86_64

Added:
  keepalived/repos/community-x86_64/PKGBUILD
    (from rev 276886, keepalived/trunk/PKGBUILD)
Deleted:
  keepalived/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-29 20:09:30 UTC (rev 276886)
+++ PKGBUILD	2017-12-29 20:10:20 UTC (rev 276887)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
-
-pkgname=keepalived
-pkgver=1.3.9
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
-depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables')
-optdepends=('ipset: ipset support')
-makedepends=('libnfnetlink' 'ipset' 'systemd')
-options=('!emptydirs')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz")
-md5sums=('230106626157aba1d7efa798a66688e3')
-
-build() {
-  # trick broken ./configure systemctl test
-  printf "#!/bin/sh\necho -.mount\n" > systemctl
-  chmod +x systemctl
-  PATH=$PWD:$PATH
-
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --localstatedir=/var \
-    --runstatedir=/run
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # move examples to /usr/share
-  install -d -m 755 "$pkgdir/usr/share/$pkgname"
-  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-x86_64/PKGBUILD (from rev 276886, keepalived/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-29 20:10:20 UTC (rev 276887)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=keepalived
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
+depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables')
+optdepends=('ipset: ipset support')
+makedepends=('libnfnetlink' 'ipset' 'systemd')
+options=('!emptydirs')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz")
+md5sums=('2e0e98b95b46fcce45a491cc37f817a4')
+
+build() {
+  # trick broken ./configure systemctl test
+  printf "#!/bin/sh\necho -.mount\n" > systemctl
+  chmod +x systemctl
+  PATH=$PWD:$PATH
+
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --localstatedir=/var \
+    --runstatedir=/run
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # move examples to /usr/share
+  install -d -m 755 "$pkgdir/usr/share/$pkgname"
+  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list