wok-current annotate postgresql-doc/receipt @ rev 16602
Remove python-piface* (work only with python3) but add libmcp23s17 + libpifacedigital C library and utility
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 07 17:38:57 2014 +0200 (2014-05-07) |
parents | e1defd13e80a |
children | a78610b2eb47 |
rev | line source |
---|---|
pascal@1149 | 1 # SliTaz package receipt. |
pascal@1149 | 2 |
pascal@1149 | 3 PACKAGE="postgresql-doc" |
pascal@14029 | 4 VERSION="9.2.3" |
pascal@1423 | 5 CATEGORY="development" |
pascal@1149 | 6 SHORT_DESC="SQL database system documentation" |
pascal@1149 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15375 | 8 LICENSE="BSD" |
slaxemulator@6570 | 9 WEB_SITE="http://www.postgresql.org/" |
pascal@1149 | 10 WANTED="postgresql" |
pascal@1149 | 11 |
pascal@1149 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1149 | 13 genpkg_rules() |
pascal@1149 | 14 { |
pascal@1283 | 15 mkdir -p $fs/usr/share |
pascal@14029 | 16 cp -a $install/usr/share/doc $fs/usr/share |
pascal@1149 | 17 } |
pascal@1149 | 18 |