wok view transset-df/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 23c3aed67cd9
children 5d79829fa876
line source
1 # SliTaz package receipt.
3 PACKAGE="transset-df"
4 VERSION="6"
5 CATEGORY="x-window"
6 SHORT_DESC="Tool to set windows opacity."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.forchheimer.se/transset-df/"
11 WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \
15 xorg-libXext"
16 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/transset-df $fs/usr/bin
29 }