mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Contributor: Eugene Pirogov <iamexile@gmail.com>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=postgresql-pglogical
|
|
_pkgname=pglogical
|
|
pkgver=2.1.1
|
|
pkgrel=0
|
|
pkgdesc="Logical Replication extension for PostgreSQL"
|
|
url="https://2ndquadrant.com/en/resources/pglogical/"
|
|
arch="all"
|
|
license="PostgreSQL"
|
|
depends="postgresql"
|
|
makedepends="libedit-dev libxml2-dev postgresql-dev zlib-dev"
|
|
source="http://packages.2ndquadrant.com/pglogical/tarballs/$_pkgname-$pkgver.tar.bz2
|
|
001-fix-stdin-handling.patch"
|
|
builddir="$srcdir/$_pkgname-$pkgver"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
make USE_PGXS=1 all
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make USE_PGXS=1 DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="bcafd20b18a170b50a894db2a40f6e1dfd80453dab1e574a97abbadc44cf58850e5cdb3049b88762c5e3ea030ee03befc11148d2a2b420b94ff9f0f970e2ccdc pglogical-2.1.1.tar.bz2
|
|
89df4ed3992f43a0a37eebb5e06dedd2668b6acfad987b3c37e647c05718a9eb0d330d195f4f4426ffc5fad3e1fc7f156c10d3ea6dc7ee778bc2a5b27c6f138f 001-fix-stdin-handling.patch"
|