summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
Diffstat (limited to 'pcr')
-rw-r--r--pcr/pacemaker/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/pcr/pacemaker/PKGBUILD b/pcr/pacemaker/PKGBUILD
index 10d32ad33..3a6b2f22b 100644
--- a/pcr/pacemaker/PKGBUILD
+++ b/pcr/pacemaker/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pacemaker
pkgver=1.1.9
-pkgrel=4
+pkgrel=5
pkgdesc='Cluster resource manager (Linux-HA)'
arch=(
i686
@@ -15,17 +15,15 @@ license=GPL2
depends=(
corosync
heartbeat
- jre7-openjdk
- resource-agent
libqb
libxslt
- #saxon.jar?
+ resource-agent
+ #saxon-he
)
-optdepens=openssh
makedepends=(
+ asciidoc
help2man
inkscape
- libxslt
lynx
openssh
valgrind
@@ -194,6 +192,7 @@ build() {
--libdir=/usr/lib\
--libexecdir=/usr/lib\
--localstatedir=/var\
+ --sbindir=/usr/bin\
--sysconfdir=/etc\
--with-acl\
--with-ais\
@@ -215,7 +214,9 @@ package() {
cd $srcdir/$pkgname-${pkgname^}-$pkgver
setarch $CARCH make DESTDIR=$pkgdir install
- mv $pkgdir/usr/sbin/cibsecret{,-$pkgname}
+ rm /etc/rc.d/pacemaker{_remote,} && rmdir /etc{/rc.d,}
+ mv $pkgdir/{var/,}run
+ mv $pkgdir/usr/bin/cibsecret{,-$pkgname}
}
# vim:set ts=2 sw=2 et: