wok-next annotate compiz-bcop/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 d5aab818505e
children
rev   line source
al@21042 1 # SliTaz package receipt v2.
psychomaniak@19217 2
psychomaniak@19217 3 PACKAGE="compiz-bcop"
al@21042 4 VERSION="0.8.14"
psychomaniak@19217 5 CATEGORY="x-window"
psychomaniak@19217 6 SHORT_DESC="Compiz option code generator"
psychomaniak@19217 7 MAINTAINER="psychomaniak@xakep.ru"
psychomaniak@19217 8 LICENSE="GPL2"
al@21042 9 WEB_SITE="https://gitlab.com/compiz/compiz-bcop"
al@21042 10 HOST_ARCH="any"
al@21020 11
al@21042 12 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
al@21042 13 WGET_URL="https://gitlab.com/compiz/compiz-bcop/-/archive/v$VERSION/$TARBALL"
al@21020 14
al@21042 15 BUILD_DEPENDS="automake libxslt-dev"
al@21042 16 SPLIT="$PACKAGE-dev"
al@21042 17
al@21042 18 DEPENDS_std="libxslt"
al@21042 19
al@21042 20 TAGS="compiz"
psychomaniak@19217 21
al@21020 22 compile_rules() {
al@21042 23 ./autogen.sh \
al@21042 24 $CONFIGURE_ARGS &&
psychomaniak@19217 25 make &&
al@21042 26 make install
psychomaniak@19217 27 }
psychomaniak@19217 28
al@21020 29 genpkg_rules() {
al@21042 30 case $PACKAGE in
al@21042 31 compiz-bcop) copy @std; DEPENDS="$DEPENDS_std";;
al@21042 32 *-dev) copy @dev;;
al@21042 33 esac
psychomaniak@19217 34 }