SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "postgresql-client"

# SliTaz package receipt.

PACKAGE="postgresql-client"
VERSION="12.18"
CATEGORY="misc"
SHORT_DESC="SQL database system client files."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="BSD"
WEB_SITE="https://www.postgresql.org/"
WANTED="postgresql"
PROVIDE="mysql_or_postgresql"

DEPENDS="libpostgresqlclient zlib ncurses readline"

HOST_ARCH="i486 x86_64"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    while read file; do
        dir=$(dirname $file)
        [ -d $fs$dir ] || mkdir -p $fs$dir
        cp -a $install$file $fs$file
    done < $wanted_stuff/$PACKAGE.files-list
}

6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)