wok annotate libQtDBus/receipt @ rev 21890

updated screen, screen-pam and screen-terminfo (4.2.1 -> 4.7.0)
author Hans-G?nter Theisgen
date Thu Oct 03 11:03:39 2019 +0100 (2019-10-03)
parents b8e624e9b721
children cb67b4f8be05
rev   line source
pascal@2847 1 # SliTaz package receipt.
pascal@2847 2
pascal@2847 3 PACKAGE="libQtDBus"
psychomaniak@19568 4 VERSION="4.8.7"
pascal@2847 5 CATEGORY="development"
pascal@2847 6 SHORT_DESC="Qt Dbus Library"
pascal@2847 7 MAINTAINER="allan316@gmail.com"
pascal@15215 8 LICENSE="GPL3 LGPL2.1"
monghitri@13992 9 WEB_SITE="http://qt-project.org/"
jozee@5369 10 WANTED="qt4"
slaxemulator@8666 11
pascal@15215 12 DEPENDS="libQtXml"
pascal@15215 13
pascal@2847 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2847 15 genpkg_rules()
pascal@2847 16 {
psychomaniak@18465 17 mkdir -p $fs/usr/lib $fs/usr/bin
pascal@15215 18 cp -a $install/usr/lib/libQtDBus.so* $fs/usr/lib
psychomaniak@18465 19 cp -a $install/usr/bin/qdbus $fs/usr/bin
pascal@2847 20 }
pascal@2847 21