wok-next view compizconfig-python/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7aa0ae2f7190
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="compizconfig-python"
4 VERSION="0.8.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz Config Python module"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/compizconfig-python"
11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
12 WGET_URL="https://gitlab.com/compiz/compizconfig-python/-/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="automake libtool libcompizconfig-dev glib-dev python-cython \
15 python-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="libcompizconfig python"
19 DEPENDS_dev="compizconfig-python glib-dev libcompizconfig-dev libxml2-dev \
20 startup-notification-dev libice-dev libsm-dev libx11-dev \
21 libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev \
22 libxfixes-dev libxi-dev libxinerama-dev libxrandr-dev"
24 compile_rules() {
25 ./autogen.sh \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }
32 genpkg_rules() {
33 case $PACKAGE in
34 compizconfig-python)
35 copy @std; DEPENDS="$DEPENDS_std"
36 PROVIDE="compiz-compizconfig-python"
37 ;;
38 *-dev)
39 copy @dev; DEPENDS="$DEPENDS_dev"
40 ;;
41 esac
42 }