New package: postgresql9.6-libs

Intended to build extensions of postgresql [9.6].
This commit is contained in:
Piotr Wójcik 2020-07-06 21:25:01 +02:00 committed by Piotr
parent 5c546d3199
commit 9197d27a72
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'postgresql' # Template file for 'postgresql'
pkgname=postgresql pkgname=postgresql
version=9.6.18 version=9.6.18
revision=3 revision=4
build_style=gnu-configure build_style=gnu-configure
make_build_target=world make_build_target=world
configure_args="--with-openssl --with-python configure_args="--with-openssl --with-python
@ -17,6 +17,7 @@ short_desc="Sophisticated open-source Object-Relational DBMS"
maintainer="Johannes <johannes.brechtmann@gmail.com>" maintainer="Johannes <johannes.brechtmann@gmail.com>"
license="PostgreSQL" license="PostgreSQL"
homepage="https://www.postgresql.org" homepage="https://www.postgresql.org"
changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html"
distfiles="https://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2" distfiles="https://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
checksum=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999 checksum=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999
@ -79,7 +80,7 @@ postgresql-doc_package() {
} }
} }
postgresql-libs_package() { postgresql9.6-libs_package() {
short_desc="PostgreSQL shared libraries" short_desc="PostgreSQL shared libraries"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so*" vmove "usr/lib/*.so*"
@ -91,7 +92,7 @@ postgresql-libs_package() {
} }
} }
postgresql-libs-devel_package() { postgresql9.6-libs-devel_package() {
depends="postgresql-libs>=$version" depends="postgresql-libs>=$version"
short_desc="PostgreSQL shared libraries (development files)" short_desc="PostgreSQL shared libraries (development files)"
pkg_install() { pkg_install() {

1
srcpkgs/postgresql9.6-libs Symbolic link
View file

@ -0,0 +1 @@
postgresql

View file

@ -0,0 +1 @@
postgresql