wok annotate libQtScriptTools/receipt @ rev 15972

Up dropbear (2014.63)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 28 15:13:09 2014 +0000 (2014-02-28)
parents 68ec33732967
children 28d590d94cce
rev   line source
slaxemulator@9182 1 # SliTaz package receipt.
slaxemulator@9182 2
slaxemulator@9182 3 PACKAGE="libQtScriptTools"
monghitri@13992 4 VERSION="4.8.4"
slaxemulator@9182 5 CATEGORY="development"
slaxemulator@9182 6 SHORT_DESC="Qt ScriptTools Lib"
slaxemulator@9182 7 MAINTAINER="allan316@gmail.com"
pascal@15215 8 LICENSE="GPL3 LGPL2.1"
monghitri@13992 9 WEB_SITE="http://qt-project.org/"
slaxemulator@9182 10 WANTED="qt4"
slaxemulator@9182 11
pascal@15215 12 DEPENDS="libQtScript libQtGui"
pascal@15215 13
slaxemulator@9182 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9182 15 genpkg_rules()
slaxemulator@9182 16 {
slaxemulator@9182 17 mkdir -p $fs/usr/lib
pascal@15215 18 cp -a $install/usr/lib/libQtScriptTools.so* $fs/usr/lib
slaxemulator@9182 19 }
slaxemulator@9182 20