wok-current view postgresql-client/receipt @ rev 18077
Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 22 17:34:18 2015 +0300 (2015-05-22) |
parents | e1defd13e80a |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-client"
4 VERSION="9.2.3"
5 CATEGORY="misc"
6 SHORT_DESC="SQL database system client files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.postgresql.org/"
10 WANTED="postgresql"
11 PROVIDE="mysql_or_postgresql"
13 DEPENDS="libpostgresqlclient zlib ncurses readline"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 while read file; do
19 dir=$(dirname $file)
20 [ -d $fs$dir ] || mkdir -p $fs$dir
21 cp -a $install$file $fs$file
22 done < $wanted_stuff/$PACKAGE.files-list
23 }