wok annotate libQtSql/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 68ec33732967
children a087d1962763
rev   line source
allan316@1368 1 # SliTaz package receipt.
allan316@1368 2
allan316@1368 3 PACKAGE="libQtSql"
monghitri@13992 4 VERSION="4.8.4"
allan316@1368 5 CATEGORY="development"
allan316@1368 6 SHORT_DESC="Qt sql Library"
allan316@1368 7 MAINTAINER="allan316@gmail.com"
pascal@15215 8 LICENSE="GPL3 LGPL2.1"
monghitri@13992 9 WEB_SITE="http://qt-project.org/"
jozee@5369 10 WANTED="qt4"
slaxemulator@8666 11
pascal@15215 12 DEPENDS="libQtCore"
pascal@15215 13
allan316@1368 14 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1368 15 genpkg_rules()
allan316@1368 16 {
allan316@1368 17 mkdir -p $fs/usr/lib
pascal@15215 18 cp -a $install/usr/lib/libQtSql.so* $fs/usr/lib
allan316@1368 19 }
allan316@1368 20