Search Criteria
Package Details: pcs-git 0.10.1.r54.g93da15a7-1
Git Clone URL: | https://aur.archlinux.org/pcs-git.git (read-only, click to copy) |
---|---|
Package Base: | pcs-git |
Description: | pacemaker corosync shell utility for cluster configuration |
Upstream URL: | http://clusterlabs.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Thermi |
Maintainer: | Thermi (bidulock) |
Last Packager: | Thermi |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-23 20:13 |
Last Updated: | 2019-01-28 12:49 |
Dependencies (26)
- pacemaker-git
- python (python-dbg)
- python-dateutil
- python-lxml
- python-pycurl
- python-simplejson
- python-urllib3
- python-yaml
- ruby (ruby1.8, rvm)
- ruby-backports
- ruby-ethon
- ruby-ffi
- ruby-json (ruby-json-1)
- ruby-multi_json
- ruby-open4
- ruby-rack
- ruby-rack-protection
- ruby-rack-test
- ruby-sinatra
- ruby-tilt
- ttf-liberation
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-git, fontconfig-ubuntu, fontconfig-minimal-git) (make)
- git (git-git) (make)
- python-setuptools (make)
- ruby-bundler (make)
- wget (wget-git) (make)
Latest Comments
Thermi commented on 2019-01-28 12:50
Thank you, updated. I also added you as comaintainer.
bidulock commented on 2019-01-25 06:23
A PKGBUILD that works for 0.10.1 is here: https://gist.github.com/bbidulock/9c28b13a3360c0bb359e1946cacf076b
Thermi commented on 2018-04-12 20:16
Thank you, updated.
bidulock commented on 2018-04-12 08:22
More issues with PKGBUILD, a working copy is here:
https://gist.githubusercontent.com/bbidulock/3db3fd40673357174766ac7bbc34472a/raw/066784b0b6851a291d19d9b447017f11c6e6b331/PKGBUILD
bidulock commented on 2018-03-20 16:10
Need to add git, wget and python-setuptools to makedepends to get this to build in a clean chroot.
bidulock commented on 2016-12-07 04:27
Many issues with existing PKGBUILD: an updated and working copy is here:
https://gist.github.com/bbidulock/430b4da62949a174219c17b8efbe7b14/raw/dd1d79c55775937a28345cd0dca43a222a7e7ec2/PKGBUILD
Thermi commented on 2015-08-24 13:10
Hello,
Unless something breaks by doing that, I won't change it, because it works.
haawda commented on 2015-08-23 02:46
I think, having
prepare() {
sed -i s+'/sbin+/bin+' "${srcdir}/${pkgname}"/Makefile
}
is a cleaner solution than moving from sbin to bin manually.