wok-next view ccsm/receipt @ rev 21152
Update lua-socket, prosody, luajit.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 31 10:34:36 2019 +0200 (2019-01-31) |
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 }