wok-next annotate compiz-plugins-experimental/receipt @ rev 21470

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