wok-current diff postgresql-contrib/receipt @ rev 19891
Add postgresql-contrib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 05 16:25:04 2017 +0200 (2017-04-05) |
parents | |
children | b1fa3edb255f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/postgresql-contrib/receipt Wed Apr 05 16:25:04 2017 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="postgresql-contrib" 1.7 +VERSION="9.2.3" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="SQL database system user contributions." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +WEB_SITE="http://www.postgresql.org/" 1.13 +WANTED="postgresql" 1.14 + 1.15 +DEPENDS="postgresql" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib/postgresql 1.21 + cp -a $src/contrib/*/*.so $fs/usr/lib/postgresql 1.22 +}