wok-6.x diff python-mysql/receipt @ rev 5916
tazbb: always show revision
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 28 10:46:34 2010 +0200 (2010-07-28) |
parents | ad73f7efcc3d |
children | 6231e84e08de |
line diff
1.1 --- a/python-mysql/receipt Fri Jun 12 11:12:54 2009 +0000 1.2 +++ b/python-mysql/receipt Wed Jul 28 10:46:34 2010 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="python-mysql" 1.6 SOURCE="MySQL-python" 1.7 -VERSION="1.2.2" 1.8 +VERSION="1.2.3c1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A Python interface to MySQL ." 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 @@ -10,7 +10,7 @@ 1.13 WEB_SITE="http://mysql-python.sourceforge.net/" 1.14 WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/mysql-python/$TARBALL" 1.15 DEPENDS="python mysql zlib openssl" 1.16 -BUILD_DEPENDS="python-dev mysql-dev zlib-dev openssl-dev" 1.17 +BUILD_DEPENDS="python-dev mysql-dev zlib-dev openssl-dev setuptools" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -24,6 +24,7 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 + find $_pkg -name "*.pyc" -exec rm '{}' \; 1.26 mkdir -p $fs/usr 1.27 cp -a $_pkg/usr/lib $fs/usr 1.28 }