wok-next view simple-ccsm/receipt @ rev 21718

Up dropbear (2020.80)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 29 08:19:44 2020 +0000 (2020-07-29)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="simple-ccsm"
4 VERSION="0.8.14.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz settings manager focused on simplicity for an end-user"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/simple-ccsm"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
13 WGET_URL="https://gitlab.com/compiz/simple-ccsm/-/archive/v$VERSION/$TARBALL"
15 BUILD_DEPENDS="python intltool"
17 DEPENDS_std="python"
19 TAGS="compiz"
21 compile_rules() {
22 python -B ./setup.py install --prefix=/usr --root=$install
23 }
25 genpkg_rules() {
26 copy @std
27 cook_copy_icons 16 22 24 32
28 DEPENDS="$DEPENDS_std"
29 }