wok-next annotate compiz-compizconfig-python/receipt @ rev 19780
Up glib, glib-networking, libnl, libevent, libpcap, libsoup.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jun 17 01:38:14 2017 +0300 (2017-06-17) |
parents | d3eb5f4b53ea |
children | 968299433fdc |
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 \ |
psychomaniak@19217 | 17 startup-notification-dev libtool" |
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 } |