wok-6.x diff postgresql/receipt @ rev 13125
Up: raptor to 2.0.8.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jul 04 22:11:55 2012 +0000 (2012-07-04) |
parents | 7c5937702175 |
children | 88d4d9467097 |
line diff
1.1 --- a/postgresql/receipt Sat May 21 01:34:10 2011 +0000 1.2 +++ b/postgresql/receipt Wed Jul 04 22:11:55 2012 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postgresql" 1.7 -VERSION="9.0.4" 1.8 +VERSION="9.1.2" 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.postgresql.org/" 1.14 -WGET_URL="http://wwwmaster.postgresql.org/redir/110/f/source/v$VERSION/$TARBALL" 1.15 +WGET_URL="ftp://ftp.postgresql.org/pub/source/v$VERSION/$TARBALL" 1.16 DEPENDS="postgresql-client slitaz-base-files" 1.17 BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt" 1.18 CONFIG_FILES="/var/lib/pgsql/*.conf" 1.19 @@ -26,8 +26,8 @@ 1.20 --libdir=/usr/lib/postgresql --mandir=/usr/share/man \ 1.21 $CONFIGURE_ARGS && 1.22 make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 - make -C doc/src/sgml DESTDIR=$PWD/_pkg install-html 1.25 + make DESTDIR=$DESTDIR install 1.26 + make -C doc/src/sgml DESTDIR=$DESTDIR install-html 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.