wok-next annotate libpostgresqlclient/receipt @ rev 19840

Up librsvg (split more), make-slitaz-icons (use rsvg-convert instead of inkscape), faenza-icon-theme (keep original theme), slitaz-icons-faenza (combine light & dark).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 14 15:53:27 2017 +0300 (2017-08-14)
parents 4048d48a47c1
children
rev   line source
pascal@1149 1 # SliTaz package receipt.
pascal@1149 2
pascal@1149 3 PACKAGE="libpostgresqlclient"
al@19693 4 VERSION="9.5.4"
pascal@1423 5 CATEGORY="misc"
al@19693 6 SHORT_DESC="Advanced object-relational database management system (client libraries)"
pascal@1149 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="BSD"
al@19693 9 WEB_SITE="https://www.postgresql.org/"
al@19693 10
pascal@1149 11 WANTED="postgresql"
pascal@1149 12
pascal@1149 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1149 14 genpkg_rules()
pascal@1149 15 {
al@19783 16 copy libpq.so*
pascal@1149 17 }