wok-next annotate transset-df/receipt @ rev 21671

updated gawk (4.2.1 -> 5.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 21:38:06 2020 +0100 (2020-06-27)
parents d5aab818505e
children
rev   line source
al@20503 1 # SliTaz package receipt v2.
pankso@359 2
pankso@359 3 PACKAGE="transset-df"
pankso@359 4 VERSION="6"
pankso@359 5 CATEGORY="x-window"
al@20503 6 SHORT_DESC="Tool to set windows opacity"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15601 8 LICENSE="MIT"
al@20503 9 WEB_SITE="http://www.forchheimer.se/transset-df/"
al@20503 10
pascal@15601 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15601 12 WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL"
pascal@15601 13
al@21078 14 BUILD_DEPENDS="libxdamage-dev libxcomposite-dev libxrender-dev"
pankso@359 15
al@20503 16 compile_rules() {
al@20503 17 make &&
al@20503 18 install -Dm755 $src/transset-df $install/usr/bin/transset-df
pankso@359 19 }
pankso@359 20
al@20503 21 genpkg_rules() {
al@20503 22 copy @std
al@21078 23 DEPENDS="libxdamage libxcomposite xcompmgr libxrender \
al@21078 24 libxext"
pankso@359 25 }