[arch-commits] Commit in keepalived/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Aug 19 19:02:48 UTC 2018
Date: Sunday, August 19, 2018 @ 19:02:48
Author: seblu
Revision: 372805
archrelease: copy trunk to community-x86_64
Added:
keepalived/repos/community-x86_64/PKGBUILD
(from rev 372804, keepalived/trunk/PKGBUILD)
Deleted:
keepalived/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-19 19:02:42 UTC (rev 372804)
+++ PKGBUILD 2018-08-19 19:02:48 UTC (rev 372805)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
-
-pkgname=keepalived
-pkgver=2.0.2
-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=('a33b62f9fd92aee5dc23c14aed04fdd4')
-
-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 372804, keepalived/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-19 19:02:48 UTC (rev 372805)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=keepalived
+pkgver=2.0.6
+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=('c80d25f808c8e5c670ea94dc68a7cc5e')
+
+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