wok-next annotate compicc/receipt @ rev 21127

Update xarchiver (0.5.4.14), xcursorgen (1.0.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 18 11:29:09 2019 +0200 (2019-01-18)
parents 7aa0ae2f7190
children
rev   line source
al@21042 1 # SliTaz package receipt v2.
al@21042 2
al@21042 3 PACKAGE="compicc"
al@21042 4 VERSION="0.8.10"
al@21042 5 CATEGORY="x-window"
al@21042 6 SHORT_DESC="Compiz ICC colour server"
al@21042 7 MAINTAINER="al.bobylev@gmail.com"
al@21042 8 LICENSE="BSD"
al@21042 9 WEB_SITE="https://gitlab.com/compiz/compicc"
al@21042 10
al@21042 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21042 12 WGET_URL="https://gitlab.com/compiz/compicc/-/archive/$VERSION/$TARBALL"
al@21042 13
al@21078 14 BUILD_DEPENDS="oyranos-dev libxcm-dev libx11-dev compiz-dev mesa-dev"
al@21042 15 COOKOPTS="skip-log-errors"
al@21042 16
al@21078 17 DEPENDS_std="oyranos libx11 libxfixes libxrandr compiz"
al@21042 18
al@21042 19 TAGS="compiz"
al@21042 20
al@21042 21 compile_rules() {
al@21042 22 # --libdir=/usr/lib : don't want to be /usr/lib64
al@21042 23 ./configure \
al@21042 24 --prefix=/usr \
al@21042 25 --libdir=/usr/lib \
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 copy @std; DEPENDS="$DEPENDS_std"
al@21042 34 }