wok-4.x view transset-df/receipt @ rev 1070

Add: grisbi, an another bank manager, fix: missing icon for Homebank and deps for Inkscape
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 15 23:12:44 2008 +0200 (2008-07-15)
parents
children 4897058add72
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"
9 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.forchheimer.se/transset-df/"
12 WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/transset-df $fs/usr/bin
26 }