postgresql: update to 8.4.15.
This commit is contained in:
parent
b58a3fc659
commit
6c87213d00
|
@ -1,30 +1,30 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=8.4.12
|
version=8.4.15
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||||
--with-perl --with-tcl --without-ldap --without-gssapi --without-krb5
|
--with-perl --with-tcl --without-ldap --without-gssapi --without-krb5
|
||||||
--without-bonjour --with-libxml --with-libxslt --disable-rpath
|
--without-bonjour --with-libxml --with-libxslt --disable-rpath
|
||||||
--with-system-tzdata=/usr/share/zoneinfo --enable-nls"
|
--with-system-tzdata=/usr/share/zoneinfo --enable-nls"
|
||||||
makedepends="flex readline-devel openssl-devel perl>=5.16
|
|
||||||
tcl-devel python-devel libxml2-devel libxslt-devel pam-devel"
|
|
||||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.postgresql.org"
|
homepage="http://www.postgresql.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=99b7b330ec183828988c7e8ec1b675393f24b10017a2e1d03b8ff48c4dfc0f77
|
checksum=6a83771bbbdf1ad9c1dd900da3fbfdf6ef75857db8e012f7129a1f865279bc4d
|
||||||
long_desc="
|
long_desc="
|
||||||
PostgreSQL is a powerful, open source object-relational database system.
|
PostgreSQL is a powerful, open source object-relational database system.
|
||||||
It has more than 15 years of active development and a proven architecture
|
It has more than 15 years of active development and a proven architecture
|
||||||
that has earned it a strong reputation for reliability, data integrity,
|
that has earned it a strong reputation for reliability, data integrity,
|
||||||
and correctness."
|
and correctness."
|
||||||
|
|
||||||
subpackages="${pkgname}-doc ${pkgname}-libs ${pkgname}-libs-devel"
|
makedepends="flex readline-devel openssl-devel perl>=5.16
|
||||||
subpackages="${subpackages} ${pkgname}-plperl ${pkgname}-plpython"
|
tcl-devel python-devel libxml2-devel libxslt-devel pam-devel"
|
||||||
subpackages="${subpackages} ${pkgname}-pltcl ${pkgname}-client"
|
|
||||||
|
subpackages="${pkgname}-doc ${pkgname}-libs ${pkgname}-libs-devel
|
||||||
|
${pkgname}-plperl ${pkgname}-plpython ${pkgname}-pltcl ${pkgname}-client"
|
||||||
|
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/default/${pkgname}
|
/etc/default/${pkgname}
|
||||||
|
|
Loading…
Reference in New Issue