1 # Maintainer: Journeyman <journeyman at kernel-panic dot dnsdojo dot net>
2 # i686 binary can be found at the kernel-panic arch repo
7 pkgdesc="A sophisticated object-relational DBMS"
9 url="http://www.postgresql.org/"
11 depends=('libxml2' 'readline' 'heimdal' 'openssl' 'pam' 'libldap')
12 optdepends=('tcl: for PL/Tcl'
14 'python2: for PL/Python')
15 makedepends=('intltool' 'perl' 'python' 'tcl' 'libxslt')
16 conflicts=('postgresql' 'postgresql-libs')
18 source=(http://wwwmaster.postgresql.org/redir/376/h/source/v${pkgver}/${pkgname/9/}-${pkgver}.tar.bz2)
19 md5sums=('86816eb8a8513532957b96045abdfef9')
22 cd "${srcdir}/${pkgname/9/}-${pkgver}"
23 ./configure --prefix=/usr \
34 make DESTDIR="${pkgdir}" install