wok-next view compiz-plugins-unsupported/receipt @ rev 20846

mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 13:59:48 2018 +0300 (2018-06-23)
parents da9e80c5d4bb
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="compiz-plugins-unsupported"
4 VERSION="0.8.12"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz extra plugins"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/compiz-reloaded"
11 TARBALL="compiz-plugins-experimental-$VERSION.tar.xz"
12 WGET_URL="$WEB_SITE/compiz-plugins-experimental/releases/download/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \
15 libxslt-dev startup-notification-dev mesa-dev gtk+-dev intltool librsvg-dev \
16 libnotify-dev compiz-bcop util-linux-uuid-dev compiz-plugins-main-dev \
17 compiz-plugins-extra compiz-plugins-extra-dev libtool util-linux-getopt \
18 xorg-libxshmfence-dev glu-dev expat-dev xorg-xcb-util-dev"
19 SPLIT="compiz-plugins-unsupported-dev"
21 compile_rules() {
22 ./configure $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 case $PACKAGE in
30 compiz-plugins-unsupported)
31 copy @std
32 DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ \
33 librsvg libnotify compiz-plugins-main"
34 ;;
35 *-dev)
36 copy @dev
37 ;;
38 esac
39 }