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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }