wok diff postgresql/receipt @ rev 6857

Up: coreutils to 8.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 11:34:25 2010 +0000 (2010-10-20)
parents 609498d2778d
children 1d3e6ad05525
line diff
     1.1 --- a/postgresql/receipt	Fri Jul 02 12:30:41 2010 +0200
     1.2 +++ b/postgresql/receipt	Wed Oct 20 11:34:25 2010 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postgresql"
     1.7 -VERSION="8.3.9"
     1.8 +VERSION="9.0.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="SQL database system."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 -WEB_SITE="http://www.pgsql.com/"
    1.14 -WGET_URL="ftp://ftp.fr.postgresql.org/source/v$VERSION/$TARBALL"
    1.15 +WEB_SITE="http://www.postgresql.org/"
    1.16 +WGET_URL="http://wwwmaster.postgresql.org/redir/110/f/source/v$VERSION/$TARBALL"
    1.17  DEPENDS="postgresql-client zlib slitaz-base-files"
    1.18 -BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev"
    1.19 +BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt"
    1.20  CONFIG_FILES="/var/lib/pgsql/*.conf"
    1.21  DATABASE_FILES="/var/lib/pgsql"
    1.22  
    1.23 @@ -23,7 +23,8 @@
    1.24  	--sysconfdir=/etc --includedir=/usr/include/postgresql --with-gnu-ld \
    1.25  	--with-includes=/usr/include/readline --enable-integer-datetimes \
    1.26  	--enable-thread-safety --with-system-tzdata=/usr/share/zoneinfo \
    1.27 -	--libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28 +	--libdir=/usr/lib/postgresql --mandir=/usr/share/man \
    1.29 +	$CONFIGURE_ARGS &&
    1.30  	make &&
    1.31  	make DESTDIR=$PWD/_pkg install
    1.32  }