wok-current annotate transset-df/receipt @ rev 16182
Add gweled
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 30 16:56:33 2014 +0000 (2014-03-30) |
parents | 4897058add72 |
children | 964f02720633 |
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" |
pascal@15601 | 8 LICENSE="MIT" |
pascal@15601 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15601 | 10 WEB_SITE="http://www.forchheimer.se/transset-df/" |
pascal@15601 | 11 WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL" |
pascal@15601 | 12 |
pascal@5007 | 13 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \ |
pascal@5007 | 14 xorg-libXext" |
pankso@359 | 15 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev" |
pankso@359 | 16 |
pankso@359 | 17 # Rules to configure and make the package. |
pankso@359 | 18 compile_rules() |
pankso@359 | 19 { |
pankso@359 | 20 cd $src |
pankso@359 | 21 make |
pankso@359 | 22 } |
pankso@359 | 23 |
pankso@359 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@359 | 25 genpkg_rules() |
pankso@359 | 26 { |
pankso@359 | 27 mkdir -p $fs/usr/bin |
pankso@359 | 28 cp -a $src/transset-df $fs/usr/bin |
pankso@359 | 29 } |