wok view compiz-compizconfig-python/receipt @ rev 21591

mhwaveedit: add stuff/mhwaveedit.png
author Richard Dunbar <mojo@slitaz.org>
date Mon May 20 19:48:02 2019 -0400 (2019-05-20)
parents e99b50ce85e9
children cdbaf97bfe46
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-compizconfig-python"
4 VERSION="0.8.12.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz Config Python module."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="${PACKAGE/compiz-/}"
10 TARBALL="$SOURCE-$VERSION.tar.xz"
11 WEB_SITE="https://github.com/compiz-reloaded"
12 WGET_URL="$WEB_SITE/$SOURCE/releases/download/v$VERSION/$TARBALL"
14 DEPENDS="python compiz-core compiz-libcompizconfig"
15 BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev protobuf-dev \
16 compiz-libcompizconfig-dev python-cython libxslt-dev util-linux-uuid-dev \
17 startup-notification-dev libtool xcb-util-dev file"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure --prefix=/usr
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs
30 cp -a $install/usr $fs
31 }