mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/libzookeeper: new aport
https://zookeeper.apache.org The Apache ZooKeeper system for distributed coordination is a high-performance service for building distributed applications.
This commit is contained in:
parent
ec2186c154
commit
fb1ff333b1
26
testing/libzookeeper/APKBUILD
Normal file
26
testing/libzookeeper/APKBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Contributor: Maciej Klak <klak.maciej@gmail.com>
|
||||
# Maintainer: Maciej Klak <klak.maciej@gmail.com>
|
||||
pkgname=libzookeeper
|
||||
pkgver=3.4.13
|
||||
pkgrel=0
|
||||
pkgdesc="The Apache ZooKeeper system for distributed coordination is a high-performance service for building distributed applications."
|
||||
url="https://zookeeper.apache.org"
|
||||
arch="all"
|
||||
license="Apache License"
|
||||
subpackages="$pkgname-dev"
|
||||
options="!check" # No test suite
|
||||
source="http://www-eu.apache.org/dist/zookeeper/zookeeper-$pkgver/zookeeper-$pkgver.tar.gz"
|
||||
builddir="$srcdir/zookeeper-$pkgver/src/c"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="3481bd19945d80848f81d9dc2896a682ae8b62269b8164ffbae532e55aa4219961403e0208c8e72cf784605eae436d70ddae2b26e0deba0f1f84c74188c32c0a zookeeper-3.4.13.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user