wok-next view compiz-plugins-extra/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="compiz-plugins-extra"
4 VERSION="0.8.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz extra plugins"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/compiz-plugins-extra"
11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
12 WGET_URL="https://gitlab.com/compiz/compiz-plugins-extra/-/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="automake gettext-dev libtool intltool compiz-dev compiz-bcop-dev \
15 compiz-plugins-main-dev libnotify-dev gtk2-dev mesa-dev glu-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="libcairo glib glu libnotify libx11 libxext libxfixes"
20 TAGS="compiz"
22 compile_rules() {
23 ./autogen.sh \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 case $PACKAGE in
32 compiz-plugins-extra) copy @std; DEPENDS="$DEPENDS_std";;
33 *-dev) copy @dev;;
34 esac
35 }