wok-next annotate compizconfig-python/receipt @ rev 21332

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