wok-undigest diff libQtDeclarative/receipt @ rev 920

qt stuff up to 4.8.4
author ernia <monghitri@aruba.it>
date Wed Feb 06 18:24:38 2013 +0000 (2013-02-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libQtDeclarative/receipt	Wed Feb 06 18:24:38 2013 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libQtDeclarative"
     1.7 +VERSION="4.8.4"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Qt Declarative Library"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +DEPENDS="libQtCore libQtNetwork libQtGui libQtXml libQtSql libQtSvg libQtScript"
    1.12 +WEB_SITE="http://qt-project.org/"
    1.13 +WANTED="qt4"
    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/lib
    1.19 +	cp -a $src/lib/libQtDeclarative.so* $fs/usr/lib
    1.20 +}
    1.21 +