wok-next annotate ccsm/receipt @ rev 21634

updated exiftool (11.17 -> 12.01)
author Hans-G?nter Theisgen
date Fri Jun 26 10:45:57 2020 +0100 (2020-06-26)
parents
children
rev   line source
al@21042 1 # SliTaz package receipt v2.
al@21042 2
al@21042 3 PACKAGE="ccsm"
al@21042 4 VERSION="0.8.14"
al@21042 5 CATEGORY="x-window"
al@21042 6 SHORT_DESC="Compiz Config Settings Manager"
al@21042 7 MAINTAINER="devel@slitaz.org"
al@21042 8 LICENSE="GPL2"
al@21042 9 WEB_SITE="https://gitlab.com/compiz/ccsm"
al@21042 10
al@21042 11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
al@21042 12 WGET_URL="https://gitlab.com/compiz/ccsm/-/archive/v$VERSION/$TARBALL"
al@21042 13
al@21042 14 BUILD_DEPENDS="python intltool"
al@21042 15
al@21042 16 DEPENDS_std="python python-pygobject compiz libcompizconfig \
al@21042 17 compizconfig-python gtk-girepository"
al@21042 18
al@21042 19 compile_rules() {
al@21042 20 python -B ./setup.py install --prefix=/usr --with-gtk=3.0 --root=$install
al@21042 21 }
al@21042 22
al@21042 23 genpkg_rules() {
al@21042 24 copy @std; DEPENDS="$DEPENDS_std"
al@21042 25 PROVIDE="compiz-ccsm"
al@21042 26 }