wok-next diff libpostgresqlclient/receipt @ rev 19693
Add: gcr, oniguruma; remove: nano-doc; up: apr, fribidi, jasper, libgphoto2, libmtp, libunique, libwebp, nano, pcre, apr, apr-util, aspell*, glib-networking, gnutls, gsettings-desktop-schemas, gtk+, gtk+3, gvfs*, libexif, libfm, libgnutls, libmng, libraw, libsoup, libtasn1, libusb, libwebp, lxmenu-data, menu-cache, mysql, newt, p11-kit, pcre, popt, postgresql, slang, which
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 21 14:48:05 2017 +0300 (2017-04-21) |
parents | 51a1ebbda768 |
children | f463de72afe3 |
line diff
1.1 --- a/libpostgresqlclient/receipt Fri Oct 18 19:43:55 2013 +0000 1.2 +++ b/libpostgresqlclient/receipt Fri Apr 21 14:48:05 2017 +0300 1.3 @@ -1,22 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libpostgresqlclient" 1.7 -VERSION="9.2.3" 1.8 +VERSION="9.5.4" 1.9 CATEGORY="misc" 1.10 -SHORT_DESC="SQL database system libraries." 1.11 +SHORT_DESC="Advanced object-relational database management system (client libraries)" 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 -WEB_SITE="http://www.postgresql.org/" 1.15 +WEB_SITE="https://www.postgresql.org/" 1.16 + 1.17 WANTED="postgresql" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - while read file; do 1.23 - dir=$(dirname $file) 1.24 - [ -d $fs$dir ] || mkdir -p $fs$dir 1.25 - cp -a $install$file $fs$file 1.26 - done < $wanted_stuff/$PACKAGE.files-list 1.27 - ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 1.28 + cook_copy_files libpq.so* 1.29 } 1.30 -