wok-next annotate compiz-compizconfig-python/receipt @ rev 20612
Up autofs (5.1.4), c-ares, curl (7.58.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 19 23:07:29 2018 +0300 (2018-04-19) |
parents | b19ddba309f9 |
children | d958fec46c9f |
rev | line source |
---|---|
al@20519 | 1 # SliTaz package receipt v2. |
pascal@11219 | 2 |
pascal@11219 | 3 PACKAGE="compiz-compizconfig-python" |
psychomaniak@19217 | 4 VERSION="0.8.12.1" |
pascal@11219 | 5 CATEGORY="x-window" |
al@20519 | 6 SHORT_DESC="Compiz Config Python module" |
pascal@11219 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
psychomaniak@19217 | 9 WEB_SITE="https://github.com/compiz-reloaded" |
pascal@15000 | 10 |
al@20519 | 11 TARBALL="compizconfig-python-$VERSION.tar.xz" |
al@20519 | 12 WGET_URL="$WEB_SITE/compizconfig-python/releases/download/v$VERSION/$TARBALL" |
pascal@11219 | 13 |
al@20519 | 14 BUILD_DEPENDS="compiz-libcompizconfig-dev glib-dev compiz-core-dev \ |
al@20519 | 15 xorg-libX11-dev xorg-libXcomposite-dev xorg-libXext-dev xorg-libXdamage-dev \ |
al@20519 | 16 xorg-libXrandr-dev xorg-libXi-dev xorg-libXinerama-dev xorg-libXcursor-dev \ |
al@20519 | 17 xorg-libICE-dev xorg-libSM-dev libxml2-dev startup-notification-dev \ |
al@20519 | 18 python-cython python-dev xorg-xcb-util-dev" |
al@20519 | 19 |
al@20519 | 20 compile_rules() { |
al@20569 | 21 ./configure $CONFIGURE_ARGS && |
al@20569 | 22 fix libtool && |
al@20569 | 23 make && |
al@20569 | 24 make install |
pascal@11219 | 25 } |
pascal@11219 | 26 |
al@20519 | 27 genpkg_rules() { |
al@20519 | 28 copy @std |
al@20519 | 29 DEPENDS="python compiz-core compiz-libcompizconfig" |
pascal@11219 | 30 } |