wok-next diff python-pyexiv2/receipt @ rev 20113
Add some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 30 09:29:31 2017 +0100 (2017-10-30) |
parents | 2f3aba6cc31e |
children | 92698cd69f34 |
line diff
1.1 --- a/python-pyexiv2/receipt Mon Jun 12 11:39:09 2017 +0300 1.2 +++ b/python-pyexiv2/receipt Mon Oct 30 09:29:31 2017 +0100 1.3 @@ -12,12 +12,11 @@ 1.4 WGET_URL="https://launchpad.net/$SOURCE/${VERSION%?}x/$VERSION/+download/$TARBALL" 1.5 1.6 DEPENDS="python exiv2 libboost-python" 1.7 -BUILD_DEPENDS="python wget scons exiv2-dev libboost-dev libboost-python" 1.8 +BUILD_DEPENDS="python-dev wget scons exiv2-dev libboost-dev libboost-python" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 scons PREFIX=/usr 1.15 scons -k DESTDIR=$DESTDIR install 1.16 }