wok-6.x diff postgresql/receipt @ rev 1497
Up postgresql (8.3.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 13:09:01 2008 +0000 (2008-10-05) |
parents | c4cc1ecf47fb |
children | 1c41c181bb35 |
line diff
1.1 --- a/postgresql/receipt Sun Sep 28 18:45:59 2008 +0000 1.2 +++ b/postgresql/receipt Sun Oct 05 13:09:01 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postgresql" 1.7 -VERSION="8.3.3" 1.8 +VERSION="8.3.4" 1.9 CATEGORY="system" 1.10 SHORT_DESC="SQL database system." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,14 +16,14 @@ 1.13 { 1.14 cd $src 1.15 [ -d ../postgrpsql-$VERSION ] && cp -a ../postgrpsql-$VERSION/* . 1.16 + cp ../stuff/*.files-list . 1.17 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.18 --sysconfdir=/etc --includedir=/usr/include/postgresql --with-gnu-ld \ 1.19 --with-includes=/usr/include/readline --enable-integer-datetimes \ 1.20 --enable-thread-safety --with-system-tzdata=/usr/share/zoneinfo \ 1.21 - --libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS 1.22 - make 1.23 + --libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS && 1.24 + make && 1.25 make DESTDIR=$PWD/_pkg install 1.26 - cp ../stuff/*.files-list . 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.