# HG changeset patch # User Christophe Lincoln # Date 1305146102 -7200 # Node ID 80568f5b4b459d0e2ee398e1dc3a874265faf678 # Parent 3531eafd5c499694b3741aa904b82addff8a9efe psycopg: Fix WGET_URL diff -r 3531eafd5c49 -r 80568f5b4b45 psycopg/receipt --- a/psycopg/receipt Wed May 11 21:31:48 2011 +0200 +++ b/psycopg/receipt Wed May 11 22:35:02 2011 +0200 @@ -7,9 +7,10 @@ MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://initd.org/" -WGET_URL="${WEB_SITE}pub/software/$PACKAGE/$TARBALL" +WGET_URL="http://initd.org/psycopg/tarballs/PSYCOPG-1-1/$TARBALL" + DEPENDS="python egenix-mx-base libpostgresqlclient" -BUILD_DEPENDS="python python-dev egenix-mx-base postgresql-dev libpostgresqlclient" +BUILD_DEPENDS="python-dev egenix-mx-base postgresql-dev libpostgresqlclient" # Rules to configure and make the package. compile_rules()