wok-next diff ccsm/receipt @ rev 21243
updated coova-chilli (1.3.0 -> 1.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 05 14:57:43 2019 +0100 (2019-12-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ccsm/receipt Thu Dec 05 14:57:43 2019 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="ccsm" 1.7 +VERSION="0.8.14" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Compiz Config Settings Manager" 1.10 +MAINTAINER="devel@slitaz.org" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://gitlab.com/compiz/ccsm" 1.13 + 1.14 +TARBALL="$PACKAGE-v$VERSION.tar.bz2" 1.15 +WGET_URL="https://gitlab.com/compiz/ccsm/-/archive/v$VERSION/$TARBALL" 1.16 + 1.17 +BUILD_DEPENDS="python intltool" 1.18 + 1.19 +DEPENDS_std="python python-pygobject compiz libcompizconfig \ 1.20 +compizconfig-python gtk-girepository" 1.21 + 1.22 +compile_rules() { 1.23 + python -B ./setup.py install --prefix=/usr --with-gtk=3.0 --root=$install 1.24 +} 1.25 + 1.26 +genpkg_rules() { 1.27 + copy @std; DEPENDS="$DEPENDS_std" 1.28 + PROVIDE="compiz-ccsm" 1.29 +}