wok view libqtxdg-dev/receipt @ rev 17127

libQtGui: if no exists write ~/.config/Trolltech.conf
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Sep 09 00:43:00 2014 +0200 (2014-09-09)
parents
children 82bd29a8ab7b
line source
1 # SliTaz package receipt.
3 PACKAGE="libqtxdg-dev"
4 VERSION="0.5.3"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libqtxdg"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/libqtxdg"
10 WANTED="libqtxdg"
11 DEPENDS="libqtxdg"
12 TAGS="LXQt"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/usr/share
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/share/cmake $fs/usr/share
21 }