wok-6.x annotate 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
rev   line source
al@16833 1 # SliTaz package receipt.
al@16833 2
al@16833 3 PACKAGE="lxqt-config-randr"
psychomaniak@17239 4 VERSION="0.8.0"
al@16833 5 CATEGORY="x-window"
al@16833 6 SHORT_DESC="Qt config GUI for X11 RandR for LXQt system settings"
al@16833 7 MAINTAINER="al.bobylev@gmail.com"
al@16833 8 LICENSE="LGPL2.1"
al@16833 9 WEB_SITE="https://github.com/lxde/lxqt-config-randr"
pascal@20674 10 WEB_SITE="https://github.com/lxde/lxqt-config-randr"
al@16833 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@16833 12 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
al@16833 13 TAGS="LXQt"
al@16833 14
al@16833 15 DEPENDS="libQtCore libQtGui xorg-libX11 xorg-libXext xorg-libXrandr"
al@16833 16 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake xorg-libX11-dev \
al@17242 17 xorg-libXrandr-dev libqtxdg-dev liblxqt-dev"
al@16833 18
al@16833 19 # Rules to configure and make the package.
al@16833 20 compile_rules()
al@16833 21 {
al@16833 22 mkdir build; cd build
al@16833 23 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
al@16833 24 make &&
al@16833 25 make DESTDIR=$install install
al@16833 26 }
al@16833 27
al@16833 28 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16833 29 genpkg_rules()
al@16833 30 {
al@16833 31 cp -a $install/* $fs
al@16833 32 }