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

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-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 }