wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/compiz-manager/receipt	Fri Dec 06 15:46:28 2019 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="compiz-manager"
     1.7 +VERSION="0.7.0"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Wrapper script to start Compiz with proper options"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://gitlab.com/compiz/compiz-manager"
    1.13 +HOST_ARCH="any"
    1.14 +
    1.15 +TARBALL="$PACKAGE-v$VERSION.tar.bz2"
    1.16 +WGET_URL="https://gitlab.com/compiz/compiz-manager/-/archive/v$VERSION/$TARBALL"
    1.17 +
    1.18 +DEPENDS_std="compiz"
    1.19 +
    1.20 +TAGS="compiz"
    1.21 +
    1.22 +compile_rules() {
    1.23 +	install -Dm755 compiz-manager $install/usr/bin/compiz-manager
    1.24 +}
    1.25 +
    1.26 +genpkg_rules() {
    1.27 +	copy @std; DEPENDS="$DEPENDS_std"
    1.28 +}