wok-current view lxqt-config-randr/receipt @ rev 17239
Up lxqt-*(0.8.0) lximage-qt (0.3.0)
| author | Xander Ziiryanoff <psychomaniak@xakep.ru> | 
|---|---|
| date | Sat Oct 18 17:59:10 2014 +0200 (2014-10-18) | 
| parents | 7aac542e058a | 
| children | 6bcf5ee41592 | 
 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 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"
    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 }