wok-next view compiz-compizconfig-python/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents b19ddba309f9
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="compiz-compizconfig-python"
4 VERSION="0.8.12.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz Config Python module"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/compiz-reloaded"
11 TARBALL="compizconfig-python-$VERSION.tar.xz"
12 WGET_URL="$WEB_SITE/compizconfig-python/releases/download/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="compiz-libcompizconfig-dev glib-dev compiz-core-dev \
15 xorg-libX11-dev xorg-libXcomposite-dev xorg-libXext-dev xorg-libXdamage-dev \
16 xorg-libXrandr-dev xorg-libXi-dev xorg-libXinerama-dev xorg-libXcursor-dev \
17 xorg-libICE-dev xorg-libSM-dev libxml2-dev startup-notification-dev \
18 python-cython python-dev xorg-xcb-util-dev"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="python compiz-core compiz-libcompizconfig"
30 }