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

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
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 }