diff --git a/postgresql.be0 b/postgresql.be0 index ca452feeb..52bda18d6 100755 --- a/postgresql.be0 +++ b/postgresql.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION postgresql-13.1-0 +# BEE_VERSION postgresql-14.4-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,8 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://ftp.postgresql.org/pub/source/v${PKGVERSION}/postgresql-${PKGVERSION}.tar.gz" +# SRCURL[0]="https://ftp.postgresql.org/pub/source/v${PKGVERSION}/postgresql-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/69b19b46defe6eded4b3bbc1725025f9/postgresql-14.4.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -51,13 +52,15 @@ SRCURL[0]="https://ftp.postgresql.org/pub/source/v${PKGVERSION}/postgresql-${PKG # bee_configure #} -#mee_build() { -# bee_build -#} +mee_build() { + bee_build + bee_build -C contrib +} -#mee_install() { -# bee_install -#} +mee_install() { + bee_install + bee_install -C contrib +} ## by default this may be 'make install DESTDIR="${D}"' ###############################################################################