wok view transset-df/receipt @ rev 12221

Up: tazpanel (1.5.2)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 05 13:59:05 2012 +0200 (2012-04-05)
parents 63336924cada
children 23c3aed67cd9
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 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \
9 xorg-libXext"
10 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://www.forchheimer.se/transset-df/"
13 WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/transset-df $fs/usr/bin
27 }