wok-current diff postgresql-doc/receipt @ rev 1267
gnumeric : fix libart_lglp dependency
author | Mallory MOLLO <mallory@sweetpeople.org> |
---|---|
date | Sat Aug 16 00:18:02 2008 +0200 (2008-08-16) |
parents | |
children | fe95cc78e50e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/postgresql-doc/receipt Sat Aug 16 00:18:02 2008 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="postgresql-doc" 1.7 +VERSION="8.3.3" 1.8 +CATEGORY="system" 1.9 +SHORT_DESC="SQL database system documentation" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://www.pgsql.com/" 1.12 +WANTED="postgresql" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr 1.18 + cp -a $_pkg/usr/doc $fs/ 1.19 +} 1.20 +