wok annotate shutterbug/receipt @ rev 15961
compton: dont use config file by default
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Feb 24 01:10:34 2014 +0100 (2014-02-24) |
parents | 205d192370e5 |
children | d67887b74cbb |
rev | line source |
---|---|
pankso@2780 | 1 # SliTaz package receipt. |
pankso@2780 | 2 |
pankso@2780 | 3 PACKAGE="shutterbug" |
slaxemulator@15838 | 4 VERSION="1.6.49" |
pankso@2780 | 5 CATEGORY="x-window" |
pankso@2780 | 6 SHORT_DESC="Screenshot application from the Fox Toolkit." |
pankso@2780 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
pankso@2780 | 9 WANTED="fox" |
pankso@2780 | 10 WEB_SITE="http://www.fox-toolkit.org/" |
pankso@2780 | 11 |
pascal@14996 | 12 DEPENDS="fox" |
pascal@14996 | 13 |
pankso@2780 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@2780 | 15 genpkg_rules() |
pankso@2780 | 16 { |
pankso@2780 | 17 mkdir -p $fs/usr/bin |
pascal@14996 | 18 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin |
pankso@2780 | 19 copy_generic_files |
pankso@2780 | 20 } |