wok-next annotate ccsm/receipt @ rev 21135

Up libgcrypt (1.8.4), libpgp-error (1.34), libxml2 (2.9.9), libxslt (1.1.33).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 20 16:02:24 2019 +0200 (2019-01-20)
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 }