wok diff psycopg2/receipt @ rev 17755

Up unison (2.48.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 09 18:20:54 2015 +0100 (2015-03-09)
parents 04615b88ff45
children 16df76e1fc6a
line diff
     1.1 --- a/psycopg2/receipt	Sat Dec 10 20:55:45 2011 +0000
     1.2 +++ b/psycopg2/receipt	Mon Mar 09 18:20:54 2015 +0100
     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