wok-next annotate compiz-plugins-main/receipt @ rev 20617

Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 13:54:55 2018 +0300 (2018-04-21)
parents da9e80c5d4bb
children f48456621a9d
rev   line source
al@20459 1 # SliTaz package receipt v2.
pascal@11219 2
pascal@11219 3 PACKAGE="compiz-plugins-main"
psychomaniak@19217 4 VERSION="0.8.12.2"
pascal@11219 5 CATEGORY="x-window"
al@20459 6 SHORT_DESC="Compiz main plugins"
pascal@11219 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@20459 9 WEB_SITE="https://github.com/compiz-reloaded"
al@20459 10
psychomaniak@19217 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
psychomaniak@19217 12 WGET_URL="$WEB_SITE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
pascal@11219 13
psychomaniak@19217 14 BUILD_DEPENDS="xorg-dev compiz-core-dev libnotify-dev libxslt-dev \
psychomaniak@19217 15 startup-notification-dev mesa-dev gtk+-dev intltool librsvg-dev \
al@20502 16 compiz-libcompizconfig compiz-libcompizconfig-dev compiz-bcop glu-dev \
al@20503 17 util-linux-uuid-dev libtool util-linux-getopt xorg-libxshmfence-dev expat-dev \
al@20503 18 xorg-xcb-util-dev"
al@20459 19 SPLIT="compiz-plugins-main-dev"
pankso@12405 20
al@20459 21 compile_rules() {
al@20503 22 ./configure $CONFIGURE_ARGS &&
al@20503 23 fix libtool &&
al@20534 24 make &&
al@20534 25 make install
pascal@11219 26 }
pascal@11219 27
al@20459 28 genpkg_rules() {
al@20459 29 case $PACKAGE in
al@20459 30 compiz-plugins-main)
al@20503 31 copy @std
al@20459 32 DEPENDS="xorg-libX11 compiz-core librsvg"
al@20459 33 ;;
al@20459 34 *-dev)
al@20503 35 copy @dev
al@20459 36 ;;
al@20459 37 esac
pascal@11219 38 }