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

Up links(2.12), nano(2.4.3), mc(tiny fix)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Nov 30 21:57:53 2015 +0100 (2015-11-30)
parents 380ffe05937a
children 8e1f5fe117e6
line source
1 # SliTaz package receipt.
3 PACKAGE="compiz-compizconfig-python"
4 VERSION="0.9.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz Config Python module."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.compiz.org/"
11 WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
13 DEPENDS="python pygtk compiz-core compiz-libcompizconfig"
14 BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \
15 compiz-libcompizconfig-dev python-cython \
16 libxslt-dev glibmm-dev startup-notification-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py build
22 python setup.py install --root=$WOK/$PACKAGE/install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs
29 cp -a $install/usr $fs
30 }