wok-next annotate compiz-plugins-main/receipt @ rev 21078

Update png and Xorg in dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Dec 22 04:52:35 2018 +0200 (2018-12-22)
parents 7aa0ae2f7190
children 82b613cfd1e0
rev   line source
al@20459 1 # SliTaz package receipt v2.
pascal@11219 2
pascal@11219 3 PACKAGE="compiz-plugins-main"
al@21042 4 VERSION="0.8.14"
pascal@11219 5 CATEGORY="x-window"
al@20459 6 SHORT_DESC="Compiz main plugins"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21042 9 WEB_SITE="https://gitlab.com/compiz/compiz-plugins-main"
al@20459 10
al@21042 11 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
al@21042 12 WGET_URL="https://gitlab.com/compiz/compiz-plugins-main/-/archive/v$VERSION/$TARBALL"
pascal@11219 13
al@21042 14 BUILD_DEPENDS="automake gettext-dev libtool intltool compiz-dev compiz-bcop-dev \
al@21042 15 cairo-dev pango-dev glu-dev mesa-dev libjpeg-turbo-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
pankso@12405 17
al@21078 18 DEPENDS_std="cairo glib glu libjpeg-turbo libxml2 pango libx11 \
al@21078 19 libxfixes libxrender"
al@21042 20 DEPENDS_dev="compiz-plugins-main cairo-dev compiz-dev pango-dev"
al@21042 21
al@21042 22 TAGS="compiz"
al@21042 23
al@20459 24 compile_rules() {
al@21042 25 ./autogen.sh \
al@21042 26 $CONFIGURE_ARGS &&
al@20503 27 fix libtool &&
al@20534 28 make &&
al@20534 29 make install
pascal@11219 30 }
pascal@11219 31
al@20459 32 genpkg_rules() {
al@20459 33 case $PACKAGE in
al@21042 34 compiz-plugins-main) copy @std; DEPENDS="$DEPENDS_std";;
al@21042 35 *-dev) copy @dev; DEPENDS="$DEPENDS_dev";;
al@20459 36 esac
pascal@11219 37 }