wok-6.x view postgresql-doc/receipt @ rev 16277
Fix: add proper Skype depends (not sure if add them to receipt or script itself)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Apr 05 22:06:10 2014 +0000 (2014-04-05) |
parents | e1defd13e80a |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="postgresql-doc"
4 VERSION="9.2.3"
5 CATEGORY="development"
6 SHORT_DESC="SQL database system documentation"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.postgresql.org/"
10 WANTED="postgresql"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/doc $fs/usr/share
17 }