New package: postgresql12-libs
Intended to build extensions of postgresql12.
This commit is contained in:
parent
56e84778a0
commit
a508ab85b6
3 changed files with 5 additions and 3 deletions
1
srcpkgs/postgresql12-libs
Symbolic link
1
srcpkgs/postgresql12-libs
Symbolic link
|
@ -0,0 +1 @@
|
|||
postgresql12
|
1
srcpkgs/postgresql12-libs-devel
Symbolic link
1
srcpkgs/postgresql12-libs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
postgresql12
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'postgresql12'
|
||||
pkgname=postgresql12
|
||||
version=12.4
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="postgresql-${version}"
|
||||
build_style=gnu-configure
|
||||
make_build_target=world
|
||||
|
@ -109,7 +109,7 @@ postgresql12-doc_package() {
|
|||
}
|
||||
}
|
||||
|
||||
postgresql-libs_package() {
|
||||
postgresql12-libs_package() {
|
||||
short_desc="PostgreSQL shared libraries"
|
||||
conflicts="postgresql9.6-libs>=0"
|
||||
pkg_install() {
|
||||
|
@ -123,7 +123,7 @@ postgresql-libs_package() {
|
|||
}
|
||||
}
|
||||
|
||||
postgresql-libs-devel_package() {
|
||||
postgresql12-libs-devel_package() {
|
||||
depends="postgresql-libs>=${version}_${revision}"
|
||||
short_desc="PostgreSQL shared libraries (development files)"
|
||||
conflicts="postgresql9.6-libs-devel>=0"
|
||||
|
|
Loading…
Reference in a new issue