wok-next view libcompizconfig/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 7aa0ae2f7190
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libcompizconfig"
4 VERSION="0.8.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz configuration library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/libcompizconfig"
11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
12 WGET_URL="https://gitlab.com/compiz/libcompizconfig/-/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="automake libtool libx11-dev compiz-dev protobuf-dev \
15 libxslt-dev mesa-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="libxml2 libx11"
19 DEPENDS_dev="libcompizconfig compiz-dev"
21 TAGS="compiz"
23 compile_rules() {
24 mkdir -p m4
26 ./autogen.sh \
27 $CONFIGURE_ARGS &&
28 fix libtool &&
29 make &&
30 make install
31 }
33 genpkg_rules() {
34 case $PACKAGE in
35 libcompizconfig)
36 copy @std; DEPENDS="$DEPENDS_std"
37 PROVIDE="compiz-libcompizconfig"
38 CONFIG_FILES="/etc/compizconfig/config"
39 ;;
40 *-dev)
41 copy @dev; DEPENDS="$DEPENDS_dev"
42 ;;
43 esac
44 }