wok annotate libQtDBus/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
parents | 7bb096863642 |
children | b8e624e9b721 |
rev | line source |
---|---|
pascal@2847 | 1 # SliTaz package receipt. |
pascal@2847 | 2 |
pascal@2847 | 3 PACKAGE="libQtDBus" |
psychomaniak@16916 | 4 VERSION="4.8.6" |
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 { |
pascal@2847 | 17 mkdir -p $fs/usr/lib |
pascal@15215 | 18 cp -a $install/usr/lib/libQtDBus.so* $fs/usr/lib |
pascal@2847 | 19 } |
pascal@2847 | 20 |