wok annotate libQtCore/receipt @ rev 15695

Fix missing mkdir command
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 11:13:51 2013 +0100 (2013-12-21)
parents 68ec33732967
children 28d590d94cce
rev   line source
allan316@1359 1 # SliTaz package receipt.
allan316@1359 2
allan316@1359 3 PACKAGE="libQtCore"
monghitri@13992 4 VERSION="4.8.4"
allan316@1359 5 CATEGORY="development"
allan316@1359 6 SHORT_DESC="Qt Core files"
allan316@1359 7 MAINTAINER="allan316@gmail.com"
pascal@15215 8 LICENSE="GPL3 LGPL2.1"
slaxemulator@5353 9 WEB_SITE="http://qt.nokia.com/"
jozee@5369 10 WANTED="qt4"
allan316@1359 11
pascal@15215 12 DEPENDS="glib zlib gcc-lib-base"
pascal@15215 13
allan316@1359 14 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1359 15 genpkg_rules()
allan316@1359 16 {
allan316@1359 17 mkdir -p $fs/usr/lib
pascal@15215 18 cp -a $install/usr/lib/libQtCore.so* $fs/usr/lib
allan316@1359 19 }
allan316@1359 20