wok-next annotate 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
rev   line source
al@20464 1 # SliTaz package receipt v2.
pankso@15957 2
pankso@15957 3 PACKAGE="compiz-plugins-unsupported"
psychomaniak@19217 4 VERSION="0.8.12"
pankso@15957 5 CATEGORY="x-window"
al@20464 6 SHORT_DESC="Compiz extra plugins"
pankso@15957 7 MAINTAINER="pankso@slitaz.org"
pankso@15957 8 LICENSE="GPL2"
psychomaniak@19217 9 WEB_SITE="https://github.com/compiz-reloaded"
pankso@15957 10
al@20464 11 TARBALL="compiz-plugins-experimental-$VERSION.tar.xz"
al@20464 12 WGET_URL="$WEB_SITE/compiz-plugins-experimental/releases/download/v$VERSION/$TARBALL"
al@20464 13
pankso@15957 14 BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \
psychomaniak@19217 15 libxslt-dev startup-notification-dev mesa-dev gtk+-dev intltool librsvg-dev \
psychomaniak@19217 16 libnotify-dev compiz-bcop util-linux-uuid-dev compiz-plugins-main-dev \
psychomaniak@19908 17 compiz-plugins-extra compiz-plugins-extra-dev libtool util-linux-getopt \
al@20503 18 xorg-libxshmfence-dev glu-dev expat-dev xorg-xcb-util-dev"
al@20464 19 SPLIT="compiz-plugins-unsupported-dev"
pankso@15957 20
al@20464 21 compile_rules() {
al@20503 22 ./configure $CONFIGURE_ARGS &&
al@20503 23 fix libtool &&
al@20534 24 make &&
al@20534 25 make install
pankso@15957 26 }
pankso@15957 27
al@20464 28 genpkg_rules() {
al@20464 29 case $PACKAGE in
al@20464 30 compiz-plugins-unsupported)
al@20503 31 copy @std
al@20464 32 DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ \
al@20464 33 librsvg libnotify compiz-plugins-main"
al@20464 34 ;;
al@20464 35 *-dev)
al@20503 36 copy @dev
al@20464 37 ;;
al@20464 38 esac
pankso@15957 39 }