wok-6.x rev 13297
dukto: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 28 14:00:11 2012 +0200 (2012-08-28) |
parents | 4b3f3e2a2431 |
children | dc3f9344f9de |
files | dukto/receipt |
line diff
1.1 --- a/dukto/receipt Tue Aug 28 13:52:43 2012 +0200 1.2 +++ b/dukto/receipt Tue Aug 28 14:00:11 2012 +0200 1.3 @@ -9,11 +9,9 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WGET_URL="subversion|http://$PACKAGE.googlecode.com/svn/trunk/" 1.6 1.7 -BUILD_DEPENDS="subversion Qt4-dev qmake" 1.8 +BUILD_DEPENDS="subversion Qt4-dev qmake libQtDeclarative" 1.9 DEPENDS="gcc-lib-base libQtDeclarative" 1.10 1.11 -MISSING_DEPENDS="libQtDeclarative.so.4 (debian=libqt4-declarative)" 1.12 - 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 @@ -27,5 +25,6 @@ 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/bin 1.20 - cp $install/usr/bin/dukto $fs/usr/bin 1.21 + cp $install/* $fs/ 1.22 + cp $src/dukto $fs/usr/bin 1.23 }