wok-next annotate compiz-manager/receipt @ rev 21264

updated firefox-official (69.0 -> 71.0)
author Hans-G?nter Theisgen
date Fri Dec 06 15:46:28 2019 +0100 (2019-12-06)
parents
children
rev   line source
al@21042 1 # SliTaz package receipt v2.
al@21042 2
al@21042 3 PACKAGE="compiz-manager"
al@21042 4 VERSION="0.7.0"
al@21042 5 CATEGORY="x-window"
al@21042 6 SHORT_DESC="Wrapper script to start Compiz with proper options"
al@21042 7 MAINTAINER="al.bobylev@gmail.com"
al@21042 8 LICENSE="GPL2"
al@21042 9 WEB_SITE="https://gitlab.com/compiz/compiz-manager"
al@21042 10 HOST_ARCH="any"
al@21042 11
al@21042 12 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
al@21042 13 WGET_URL="https://gitlab.com/compiz/compiz-manager/-/archive/v$VERSION/$TARBALL"
al@21042 14
al@21042 15 DEPENDS_std="compiz"
al@21042 16
al@21042 17 TAGS="compiz"
al@21042 18
al@21042 19 compile_rules() {
al@21042 20 install -Dm755 compiz-manager $install/usr/bin/compiz-manager
al@21042 21 }
al@21042 22
al@21042 23 genpkg_rules() {
al@21042 24 copy @std; DEPENDS="$DEPENDS_std"
al@21042 25 }