wok annotate libQtScript/receipt @ rev 9395

Depends fix: replace libusb by libusb-compat
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Mar 26 19:54:02 2011 +0100 (2011-03-26)
parents 20c7c65ea549
children d4259b0646e1
rev   line source
allan316@1367 1 # SliTaz package receipt.
allan316@1367 2
allan316@1367 3 PACKAGE="libQtScript"
slaxemulator@9129 4 VERSION="4.7.2"
allan316@1367 5 CATEGORY="development"
allan316@1367 6 SHORT_DESC="Qt Script Lib"
allan316@1367 7 MAINTAINER="allan316@gmail.com"
allan316@1367 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"
allan316@1367 12
allan316@1367 13 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1367 14 genpkg_rules()
allan316@1367 15 {
allan316@1367 16 mkdir -p $fs/usr/lib
allan316@1367 17 cp -a $_pkg/usr/lib/libQtScript.so* $fs/usr/lib
allan316@1367 18 }
allan316@1367 19