wok-next diff qmake/receipt @ rev 16390
Up openssl (1.0.1g) with Heartbeat overflow fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 15 10:36:45 2014 +0000 (2014-04-15) |
parents | 68ec33732967 |
children | 28d590d94cce |
line diff
1.1 --- a/qmake/receipt Mon Feb 11 23:39:16 2013 +0000 1.2 +++ b/qmake/receipt Tue Apr 15 10:36:45 2014 +0000 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Qt make" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="zlib gcc-lib-base" 1.8 +LICENSE="GPL3 LGPL2.1" 1.9 WEB_SITE="http://qt-project.org/" 1.10 WANTED="qt4" 1.11 TAGS="qt" 1.12 1.13 +DEPENDS="zlib gcc-lib-base" 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/bin 1.19 - cp -a $_pkg/usr/bin/qmake $fs/usr/bin 1.20 - cp -a $_pkg/usr/bin/moc $fs/usr/bin 1.21 - cp -a $_pkg/usr/bin/uic $fs/usr/bin 1.22 + cp -a $install/usr/bin/qmake $fs/usr/bin 1.23 + cp -a $install/usr/bin/moc $fs/usr/bin 1.24 + cp -a $install/usr/bin/uic $fs/usr/bin 1.25 } 1.26