wok diff libQt3Support/receipt @ rev 15925
linux: add ata orphans
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 19 12:47:39 2014 +0000 (2014-02-19) |
parents | 68ec33732967 |
children | 28d590d94cce |
line diff
1.1 --- a/libQt3Support/receipt Mon Feb 11 23:39:16 2013 +0000 1.2 +++ b/libQt3Support/receipt Wed Feb 19 12:47:39 2014 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Qt3 support Library" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="libQtGui libQtSql libQtXml" 1.8 +LICENSE="GPL3 LGPL2.1" 1.9 WEB_SITE="http://qt-project.org/" 1.10 WANTED="qt4" 1.11 1.12 +DEPENDS="libQtGui libQtSql libQtXml" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/libQt3Support.so* $fs/usr/lib 1.19 + cp -a $install/usr/lib/libQt3Support.so* $fs/usr/lib 1.20 } 1.21