wok-next annotate 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
rev   line source
al@21042 1 # SliTaz package receipt v2.
al@21042 2
al@21042 3 PACKAGE="simple-ccsm"
al@21042 4 VERSION="0.8.14.1"
al@21042 5 CATEGORY="x-window"
al@21042 6 SHORT_DESC="Compiz settings manager focused on simplicity for an end-user"
al@21042 7 MAINTAINER="al.bobylev@gmail.com"
al@21042 8 LICENSE="GPL2"
al@21042 9 WEB_SITE="https://gitlab.com/compiz/simple-ccsm"
al@21042 10 HOST_ARCH="any"
al@21042 11
al@21042 12 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
al@21042 13 WGET_URL="https://gitlab.com/compiz/simple-ccsm/-/archive/v$VERSION/$TARBALL"
al@21042 14
al@21042 15 BUILD_DEPENDS="python intltool"
al@21042 16
al@21042 17 DEPENDS_std="python"
al@21042 18
al@21042 19 TAGS="compiz"
al@21042 20
al@21042 21 compile_rules() {
al@21042 22 python -B ./setup.py install --prefix=/usr --root=$install
al@21042 23 }
al@21042 24
al@21042 25 genpkg_rules() {
al@21042 26 copy @std
al@21042 27 cook_copy_icons 16 22 24 32
al@21042 28 DEPENDS="$DEPENDS_std"
al@21042 29 }