Date: Sunday, December 10, 2017 @ 15:09:54 Author: seblu Revision: 273592
archrelease: copy trunk to community-x86_64 Added: keepalived/repos/community-x86_64/PKGBUILD (from rev 273591, keepalived/trunk/PKGBUILD) Deleted: keepalived/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 88 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2017-12-10 15:09:47 UTC (rev 273591) +++ PKGBUILD 2017-12-10 15:09:54 UTC (rev 273592) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli <zukk...@gmail.com> - -pkgname=keepalived -pkgver=1.3.7 -pkgrel=1 -pkgdesc='Failover and monitoring daemon for LVS clusters' -arch=('i686' '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=('854f21ac4ea81361d3dcde88d4a20365') - -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 273591, keepalived/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2017-12-10 15:09:54 UTC (rev 273592) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Andrea Zucchelli <zukk...@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: