wok annotate libQtSql/receipt @ rev 8666

Updated qt4 with upstream fixes.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 16 06:48:23 2011 +0000 (2011-02-16)
parents 568b7f4604a2
children 492d81d36df5
rev   line source
allan316@1368 1 # SliTaz package receipt.
allan316@1368 2
allan316@1368 3 PACKAGE="libQtSql"
slaxemulator@7209 4 VERSION="4.7.1"
allan316@1368 5 CATEGORY="development"
allan316@1368 6 SHORT_DESC="Qt sql Library"
allan316@1368 7 MAINTAINER="allan316@gmail.com"
allan316@1368 8 DEPENDS="libQtCore"
slaxemulator@5353 9 WEB_SITE="http://qt.nokia.com/"
jozee@5369 10 WANTED="qt4"
jozee@5369 11 SOURCE="qt-everywhere-opensource-src"
slaxemulator@8666 12
allan316@1368 13 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1368 14 genpkg_rules()
allan316@1368 15 {
allan316@1368 16 mkdir -p $fs/usr/lib
allan316@1368 17 cp -a $_pkg/usr/lib/libQtSql.so* $fs/usr/lib
allan316@1368 18 }
allan316@1368 19