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

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