wok annotate compiz-compizconfig-python/receipt @ rev 19786
binutils: depends on flex (ar, ranlib)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 22 15:22:41 2017 +0200 (2017-02-22) |
parents | 8e1f5fe117e6 |
children | da9376ad2691 |
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@19739 | 17 startup-notification-dev libtool xcb-util-dev" |
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 } |