wok-next view ccsm/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ccsm"
4 VERSION="0.8.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz Config Settings Manager"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/ccsm"
11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
12 WGET_URL="https://gitlab.com/compiz/ccsm/-/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="python intltool"
16 DEPENDS_std="python python-pygobject compiz libcompizconfig \
17 compizconfig-python gtk-girepository"
19 compile_rules() {
20 python -B ./setup.py install --prefix=/usr --with-gtk=3.0 --root=$install
21 }
23 genpkg_rules() {
24 copy @std; DEPENDS="$DEPENDS_std"
25 PROVIDE="compiz-ccsm"
26 }