wok-next view compiz-core/receipt @ rev 20629

Up aalib, babl, exiv2, fontconfig, gnome-themes-standard, json-glib, mousepad
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 26 21:51:47 2018 +0300 (2018-04-26)
parents dfe25744cfaf
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="compiz-core"
4 VERSION="0.8.12.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz is an OpenGL compositing manager for 3D effect"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT GPL LGPL"
9 WEB_SITE="https://github.com/compiz-reloaded"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$WEB_SITE/compiz/releases/download/v$VERSION/compiz-$VERSION.tar.xz"
14 BUILD_DEPENDS="xorg-dev intltool librsvg-dev libxslt-dev pango-dev libtool \
15 startup-notification-dev mesa-dev file dbus-dev dbus-glib-dev cairo-dev \
16 util-linux-uuid-dev expat-dev xorg-libxshmfence-dev glu-dev \
17 xorg-xcb-util-dev"
18 SPLIT="compiz-core-dev"
20 compile_rules() {
21 ./configure \
22 --enable-shared \
23 --enable-librsvg \
24 --enable-dbus \
25 --enable-dbus-glib \
26 --enable-glib \
27 --disable-static \
28 --disable-inotify &&
29 fix libtool &&
30 make &&
31 make install || return 1
33 sed 's|bash|sh|' -i $install/usr/bin/compiz-decorator
34 }
36 genpkg_rules() {
37 case $PACKAGE in
38 compiz-core)
39 copy @std
40 DEPENDS="librsvg libxslt mesa glu dbus dbus-glib \
41 startup-notification compiz-bcop compiz-libcompizconfig"
42 ;;
43 *-dev)
44 copy @dev
45 ;;
46 esac
47 }