wok annotate libQtCore/receipt @ rev 10766

jstetris: Fixed jstetris to work with source dvd when offline. Added index.html to stuff so only JsTetris.js file is needed. Also there is no need for compile_rules with this one anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 31 08:08:28 2011 +0000 (2011-05-31)
parents 492d81d36df5
children 68ec33732967
rev   line source
allan316@1359 1 # SliTaz package receipt.
allan316@1359 2
allan316@1359 3 PACKAGE="libQtCore"
slaxemulator@10082 4 VERSION="4.7.3"
allan316@1359 5 CATEGORY="development"
allan316@1359 6 SHORT_DESC="Qt Core files"
allan316@1359 7 MAINTAINER="allan316@gmail.com"
pascal@5003 8 DEPENDS="glib zlib gcc-lib-base"
slaxemulator@5353 9 WEB_SITE="http://qt.nokia.com/"
jozee@5369 10 WANTED="qt4"
jozee@5369 11 SOURCE="qt-everywhere-opensource-src"
allan316@1359 12
allan316@1359 13 # Rules to gen a SliTaz package suitable for Tazpkg.
allan316@1359 14 genpkg_rules()
allan316@1359 15 {
allan316@1359 16 mkdir -p $fs/usr/lib
allan316@1359 17 cp -a $_pkg/usr/lib/libQtCore.so* $fs/usr/lib
allan316@1359 18 }
allan316@1359 19