wok-next annotate 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
rev   line source
al@20456 1 # SliTaz package receipt v2.
pankso@15957 2
pankso@15957 3 PACKAGE="compiz-plugins-extra"
al@21042 4 VERSION="0.8.14"
pankso@15957 5 CATEGORY="x-window"
al@20456 6 SHORT_DESC="Compiz extra plugins"
psychomaniak@19217 7 MAINTAINER="psychomaniak@xakep.ru"
pankso@15957 8 LICENSE="GPL2"
al@21042 9 WEB_SITE="https://gitlab.com/compiz/compiz-plugins-extra"
al@20456 10
al@21042 11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
al@21042 12 WGET_URL="https://gitlab.com/compiz/compiz-plugins-extra/-/archive/v$VERSION/$TARBALL"
pankso@15957 13
al@21042 14 BUILD_DEPENDS="automake gettext-dev libtool intltool compiz-dev compiz-bcop-dev \
al@21042 15 compiz-plugins-main-dev libnotify-dev gtk2-dev mesa-dev glu-dev"
al@21017 16 SPLIT="$PACKAGE-dev"
pankso@15957 17
al@21105 18 DEPENDS_std="libcairo glib glu libnotify libx11 libxext libxfixes"
al@21042 19
al@21042 20 TAGS="compiz"
al@21042 21
al@20456 22 compile_rules() {
al@21042 23 ./autogen.sh \
al@21042 24 $CONFIGURE_ARGS &&
al@20503 25 fix libtool &&
al@20534 26 make &&
al@20534 27 make install
pankso@15957 28 }
pankso@15957 29
al@20456 30 genpkg_rules() {
al@20456 31 case $PACKAGE in
al@21042 32 compiz-plugins-extra) copy @std; DEPENDS="$DEPENDS_std";;
al@21042 33 *-dev) copy @dev;;
al@20456 34 esac
pankso@15957 35 }