wok-next diff python-pyexiv2/receipt @ rev 20126
get-vivaldi -> vivaldi. Update ldd runtime dependencies.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 31 12:04:50 2017 +0200 (2017-10-31) |
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 Tue Oct 31 12:04:50 2017 +0200 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 }