wok-next view compiz-manager/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
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="compiz-manager"
4 VERSION="0.7.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Wrapper script to start Compiz with proper options"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://gitlab.com/compiz/compiz-manager"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-v$VERSION.tar.bz2"
13 WGET_URL="https://gitlab.com/compiz/compiz-manager/-/archive/v$VERSION/$TARBALL"
15 DEPENDS_std="compiz"
17 TAGS="compiz"
19 compile_rules() {
20 install -Dm755 compiz-manager $install/usr/bin/compiz-manager
21 }
23 genpkg_rules() {
24 copy @std; DEPENDS="$DEPENDS_std"
25 }