wok diff python-pysqlite/receipt @ rev 15372
php-auth-pam: php 5.4 patch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 17 13:16:15 2013 +0000 (2013-10-17) |
parents | ba9765f30d4e |
children | fd4f1e692109 |
line diff
1.1 --- a/python-pysqlite/receipt Mon Feb 27 16:58:38 2012 +0100 1.2 +++ b/python-pysqlite/receipt Thu Oct 17 13:16:15 2013 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="http://pysqlite.googlecode.com/files/$TARBALL" 1.5 1.6 DEPENDS="sqlite python" 1.7 -BUILD_DEPENDS="python python-dev" 1.8 +BUILD_DEPENDS="python python-dev sqlite-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -26,6 +26,5 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr 1.16 - cp -a $_pkg/usr/lib $fs/usr 1.17 - 1.18 + cp -a $install/usr/lib $fs/usr 1.19 }