wok diff pycurl/receipt @ rev 15086
orage: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 20:42:12 2013 +0000 (2013-08-13) |
parents | 31fd7ff3769f |
children | 4a6a57ff0b8c |
line diff
1.1 --- a/pycurl/receipt Thu Dec 09 05:18:16 2010 +0000 1.2 +++ b/pycurl/receipt Tue Aug 13 20:42:12 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="A Python interface to libcurl." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="python libcurl" 1.8 -BUILD_DEPENDS="openssl-dev curl-dev python-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://pycurl.sourceforge.net" 1.12 WGET_URL="http://pycurl.sourceforge.net/download/$TARBALL" 1.13 1.14 +DEPENDS="python libcurl" 1.15 +BUILD_DEPENDS="openssl-dev curl-dev python-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -23,6 +25,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/lib $fs/usr 1.25 + cp -a $install/usr/lib $fs/usr 1.26 } 1.27