wok diff psycopg2/receipt @ rev 17875
Up: tazpkg (757): fix installed.info bug, please, make new ISO to check it up.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 27 10:42:34 2015 +0200 (2015-03-27) |
parents | 04615b88ff45 |
children | 16df76e1fc6a |
line diff
1.1 --- a/psycopg2/receipt Sat Dec 10 20:55:45 2011 +0000 1.2 +++ b/psycopg2/receipt Fri Mar 27 10:42:34 2015 +0200 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="PostgreSQL database adapter for the Python." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://initd.org/psycopg/" 1.10 WGET_URL="${WEB_SITE}tarballs/PSYCOPG-2-4//$TARBALL" 1.11 + 1.12 DEPENDS="python egenix-mx-base libpostgresqlclient" 1.13 BUILD_DEPENDS="python-dev postgresql-dev" 1.14 1.15 @@ -23,6 +25,6 @@ 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 - cp -a $_pkg/usr $fs 1.20 + cp -a $install/usr $fs 1.21 } 1.22