wok-6.x view lxqt-config-randr/receipt @ rev 20674

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 18:16:34 2019 +0100 (2019-01-24)
parents 6bcf5ee41592
children 20661c276bcf
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/lxde/lxqt-config-randr"
10 WEB_SITE="https://github.com/lxde/lxqt-config-randr"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
13 TAGS="LXQt"
15 DEPENDS="libQtCore libQtGui xorg-libX11 xorg-libXext xorg-libXrandr"
16 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev \
17 xorg-libXrandr-dev libqtxdg-dev liblxqt-dev"
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 }