Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9bb0db1ceeda646622c9dc11aad95058390ffc4f
commit 9bb0db1ceeda646622c9dc11aad95058390ffc4f Author: bouleetbil <[email protected]> Date: Fri Jan 21 16:02:25 2011 +0100 postgresql-8.4.3-4-x86_64 *rebuild with libxml 2.7.8 diff --git a/source/apps-extra/postgresql/FrugalBuild b/source/apps-extra/postgresql/FrugalBuild index fca4ada..4937628 100644 --- a/source/apps-extra/postgresql/FrugalBuild +++ b/source/apps-extra/postgresql/FrugalBuild @@ -4,11 +4,11 @@ pkgname=postgresql pkgver=8.4.3 -pkgrel=3 +pkgrel=4 pkgdesc="An advanced Object-Relational database management system (DBMS)" url="http://www.postgresql.org/" makedepends=('openssl>=1.0.0') -depends=('zlib' 'readline' 'libxml2') +depends=('zlib' 'readline' 'libxml2>=2.7.8') rodepends=("libpq=$pkgver") groups=('apps-extra') archs=('i686' 'x86_64' 'ppc') @@ -58,7 +58,7 @@ build() make DESTDIR=$Fdestdir install || Fdie Frcd2 ## Documentation package - Fsplit $pkgname-docs usr/share/doc/$pkgname/html + Fsplit $pkgname-docs usr/share/doc/$pkgname-$pkgver/html ## Library package Fsplit libpq usr/lib/libpq.* Fsplit libpq usr/include/{libpq-fe,postgres_ext}.h _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
