wok annotate compiz-compizconfig-python/receipt @ rev 21069

updated jabberd2 (2.2.16 -> 2.7.0)
author Hans-G?nter Theisgen
date Thu Mar 14 15:45:54 2019 +0100 (2019-03-14)
parents e99b50ce85e9
children cdbaf97bfe46
rev   line source
pascal@11219 1 # SliTaz package receipt.
pascal@11219 2
pascal@11219 3 PACKAGE="compiz-compizconfig-python"
psychomaniak@19217 4 VERSION="0.8.12.1"
pascal@11219 5 CATEGORY="x-window"
pascal@11219 6 SHORT_DESC="Compiz Config Python module."
pascal@11219 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
psychomaniak@19217 9 SOURCE="${PACKAGE/compiz-/}"
psychomaniak@19217 10 TARBALL="$SOURCE-$VERSION.tar.xz"
psychomaniak@19217 11 WEB_SITE="https://github.com/compiz-reloaded"
psychomaniak@19217 12 WGET_URL="$WEB_SITE/$SOURCE/releases/download/v$VERSION/$TARBALL"
pascal@15000 13
psychomaniak@19217 14 DEPENDS="python compiz-core compiz-libcompizconfig"
psychomaniak@19217 15 BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev protobuf-dev \
psychomaniak@19217 16 compiz-libcompizconfig-dev python-cython libxslt-dev util-linux-uuid-dev \
pascal@20589 17 startup-notification-dev libtool xcb-util-dev file"
pascal@11219 18
pascal@11219 19 # Rules to configure and make the package.
pascal@11219 20 compile_rules()
pascal@11219 21 {
psychomaniak@19217 22 ./configure --prefix=/usr
psychomaniak@19217 23 make && make install
pascal@11219 24 }
pascal@11219 25
pascal@11219 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11219 27 genpkg_rules()
pascal@11219 28 {
pascal@11219 29 mkdir -p $fs
pascal@15000 30 cp -a $install/usr $fs
pascal@11219 31 }