wok annotate libQtDBus/receipt @ rev 8053

Up: cherokee to 1.0.18.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jan 20 16:12:21 2011 +0000 (2011-01-20)
parents 99e3675b8ff1
children 20c7c65ea549
rev   line source
pascal@2847 1 # SliTaz package receipt.
pascal@2847 2
pascal@2847 3 PACKAGE="libQtDBus"
slaxemulator@7209 4 VERSION="4.7.1"
pascal@2847 5 CATEGORY="development"
pascal@2847 6 SHORT_DESC="Qt Dbus Library"
pascal@2847 7 MAINTAINER="allan316@gmail.com"
pascal@2861 8 DEPENDS="libQtXml"
pascal@2847 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@5353 10 WEB_SITE="http://qt.nokia.com/"
jozee@5369 11 WANTED="qt4"
jozee@5369 12 SOURCE="qt-everywhere-opensource-src"
pascal@2847 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2847 14 genpkg_rules()
pascal@2847 15 {
pascal@2847 16 mkdir -p $fs/usr/lib
jozee@5369 17 _pkg="$WOK/$WANTED/$SOURCE-$VERSION/_pkg"
pascal@2847 18 cp -a $_pkg/usr/lib/libQtDBus.so* $fs/usr/lib
pascal@2847 19 }
pascal@2847 20