wok view lxqt-config/receipt @ rev 16833

Add LXQt (now in beta state, need to review most of packages).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 12 15:16:10 2014 +0300 (2014-07-12)
parents
children bdcd8803b305
line source
1 # SliTaz package receipt.
3 PACKAGE="lxqt-config"
4 VERSION="0.7.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="LXQt system settings center"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/lxqt-config"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
12 TAGS="LXQt"
14 DEPENDS="libQtCore libQtDBus libQtGui libQtXml libqtxdg xorg-libX11 \
15 xorg-libXcursor liblxqt xorg-libXext xorg-libXfixes zlib"
16 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake liblxqt-dev libqtxdg-dev \
17 xorg-libX11-dev zlib-dev xorg-libXcursor-dev grep"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 mkdir build; cd build
23 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
24 make &&
25 make DESTDIR=$install install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 # translations
33 rm -rf $fs/usr/share/lxqt
34 }