wok view lxqt-config-randr/receipt @ rev 23009

samba: update deps (thanks mistfire)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 03 08:04:44 2020 +0100 (2020-03-03)
parents eeba7ab1dffe
children b569b85b0fb9
line source
1 # SliTaz package receipt.
3 PACKAGE="lxqt-config-randr"
4 VERSION="0.8.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Qt config GUI for X11 RandR for LXQt system settings"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/zballina/lxqt-config-randr"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
12 TAGS="LXQt"
14 DEPENDS="libQtCore libQtGui xorg-libX11 xorg-libXext xorg-libXrandr"
15 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev \
16 xorg-libXrandr-dev libqtxdg-dev liblxqt-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir build; cd build
22 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
23 make &&
24 make DESTDIR=$install install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }