wok-stable annotate transset-df/receipt @ rev 4910
xarchive: update suggested
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 13 11:40:45 2010 +0100 (2010-02-13) |
parents | |
children | 4897058add72 |
rev | line source |
---|---|
pankso@359 | 1 # SliTaz package receipt. |
pankso@359 | 2 |
pankso@359 | 3 PACKAGE="transset-df" |
pankso@359 | 4 VERSION="6" |
pankso@359 | 5 CATEGORY="x-window" |
pankso@359 | 6 SHORT_DESC="Tool to set windows opacity." |
pankso@359 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@359 | 8 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr" |
pankso@359 | 9 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev" |
pankso@359 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@359 | 11 WEB_SITE="http://www.forchheimer.se/transset-df/" |
pankso@359 | 12 WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL" |
pankso@359 | 13 |
pankso@359 | 14 # Rules to configure and make the package. |
pankso@359 | 15 compile_rules() |
pankso@359 | 16 { |
pankso@359 | 17 cd $src |
pankso@359 | 18 make |
pankso@359 | 19 } |
pankso@359 | 20 |
pankso@359 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@359 | 22 genpkg_rules() |
pankso@359 | 23 { |
pankso@359 | 24 mkdir -p $fs/usr/bin |
pankso@359 | 25 cp -a $src/transset-df $fs/usr/bin |
pankso@359 | 26 } |