wok-next view compiz-plugins-experimental/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="compiz-plugins-experimental"
4 VERSION="0.8.14"
5 CATEGORY="x-window"
6 SHORT_DESC="Compiz experimental plugins"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/compiz-plugins-experimental"
11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
12 WGET_URL="https://gitlab.com/compiz/compiz-plugins-experimental/-/archive/v$VERSION/$TARBALL"
14 BUILD_DEPENDS="automake gettext-dev libtool intltool compiz-dev \
15 compiz-bcop-dev cairo-dev compiz-plugins-main-dev compiz-plugins-extra-dev \
16 libxscrnsaver-dev glew-dev curl-dev mesa-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="libcairo glew glu libcurl mesa libx11 libxscrnsaver \
20 libxext"
22 TAGS="compiz"
24 compile_rules() {
25 ./autogen.sh \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make install
30 }
32 genpkg_rules() {
33 case $PACKAGE in
34 compiz-plugins-experimental) copy @std; DEPENDS="$DEPENDS_std";;
35 *-dev) copy @dev;;
36 esac
37 }