wok view compton-conf/receipt @ rev 22464

updated acct (6.6.2 -> 6.6.4)
author Hans-G?nter Theisgen
date Fri Dec 27 15:52:30 2019 +0100 (2019-12-27)
parents 7aac542e058a
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="compton-conf"
4 VERSION="0.1.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="GUI configuration tool for compton X composite manager"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/compton-conf"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
12 TAGS="LXQt"
14 DEPENDS="compton libQtCore libQtDBus libQtGui libconfig"
15 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libconfig-dev "
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 mkdir build; cd build
21 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
22 make &&
23 make DESTDIR=$install install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }