wok annotate libQtCore/receipt @ rev 10082

Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 06:22:56 2011 +0000 (2011-05-20)
parents 492d81d36df5
children 68ec33732967
rev   line source
allan316@1359 1 # SliTaz package receipt.
allan316@1359 2
allan316@1359 3 PACKAGE="libQtCore"
slaxemulator@10082 4 VERSION="4.7.3"
allan316@1359 5 CATEGORY="development"
allan316@1359 6 SHORT_DESC="Qt Core files"
allan316@1359 7 MAINTAINER="allan316@gmail.com"
pascal@5003 8 DEPENDS="glib zlib gcc-lib-base"
slaxemulator@5353 9 WEB_SITE="http://qt.nokia.com/"
jozee@5369 10 WANTED="qt4"
jozee@5369 11 SOURCE="qt-everywhere-opensource-src"
allan316@1359 12
allan316@1359 13 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1359 14 genpkg_rules()
allan316@1359 15 {
allan316@1359 16 mkdir -p $fs/usr/lib
allan316@1359 17 cp -a $_pkg/usr/lib/libQtCore.so* $fs/usr/lib
allan316@1359 18 }
allan316@1359 19