wok annotate postgresql-contrib/receipt @ rev 22831
rage: normalize $VERSION
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 08 12:36:52 2020 +0100 (2020-02-08) |
parents | b1fa3edb255f |
children |
rev | line source |
---|---|
pascal@19891 | 1 # SliTaz package receipt. |
pascal@19891 | 2 |
pascal@19891 | 3 PACKAGE="postgresql-contrib" |
pascal@19891 | 4 VERSION="9.2.3" |
pascal@19891 | 5 CATEGORY="misc" |
pascal@19891 | 6 SHORT_DESC="SQL database system user contributions." |
pascal@19891 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@19891 | 8 LICENSE="BSD" |
pascal@20669 | 9 WEB_SITE="https://www.postgresql.org/" |
pascal@19891 | 10 WANTED="postgresql" |
pascal@19891 | 11 |
pascal@19891 | 12 DEPENDS="postgresql" |
pascal@19891 | 13 |
pascal@19891 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@19891 | 15 genpkg_rules() |
pascal@19891 | 16 { |
pascal@19892 | 17 mkdir -p $fs/usr/lib/postgresql $fs/usr/share/postgresql/extension |
pascal@19891 | 18 cp -a $src/contrib/*/*.so $fs/usr/lib/postgresql |
pascal@19892 | 19 cp -a $src/contrib/*/*.sql $fs/usr/share/postgresql/extension |
pascal@19892 | 20 cp -a $src/contrib/*/*.control $fs/usr/share/postgresql/extension |
pascal@19891 | 21 } |