New package: postgresql9.6-libs
Intended to build extensions of postgresql [9.6].
This commit is contained in:
parent
5c546d3199
commit
9197d27a72
3 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=9.6.18
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
make_build_target=world
|
||||
configure_args="--with-openssl --with-python
|
||||
|
@ -17,6 +17,7 @@ short_desc="Sophisticated open-source Object-Relational DBMS"
|
|||
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||
license="PostgreSQL"
|
||||
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"
|
||||
checksum=517ec282b785e6d22f360c30ba0c5e2a506fca5ca07dcc545427511d94c89999
|
||||
|
||||
|
@ -79,7 +80,7 @@ postgresql-doc_package() {
|
|||
}
|
||||
}
|
||||
|
||||
postgresql-libs_package() {
|
||||
postgresql9.6-libs_package() {
|
||||
short_desc="PostgreSQL shared libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so*"
|
||||
|
@ -91,7 +92,7 @@ postgresql-libs_package() {
|
|||
}
|
||||
}
|
||||
|
||||
postgresql-libs-devel_package() {
|
||||
postgresql9.6-libs-devel_package() {
|
||||
depends="postgresql-libs>=$version"
|
||||
short_desc="PostgreSQL shared libraries (development files)"
|
||||
pkg_install() {
|
||||
|
|
1
srcpkgs/postgresql9.6-libs
Symbolic link
1
srcpkgs/postgresql9.6-libs
Symbolic link
|
@ -0,0 +1 @@
|
|||
postgresql
|
1
srcpkgs/postgresql9.6-libs-devel
Symbolic link
1
srcpkgs/postgresql9.6-libs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
postgresql
|
Loading…
Reference in a new issue