wok-next view shutterbug/receipt @ rev 10824
Up yad (0.12.0) - Up since it's our main gui tools and have nice new features as well as bug fixes
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jun 06 20:10:50 2011 +0200 (2011-06-06) |
parents | d7e2c4e777b3 |
children | 76b72f1ad63c |
line source
1 # SliTaz package receipt.
3 PACKAGE="shutterbug"
4 VERSION="1.6.43"
5 CATEGORY="x-window"
6 SHORT_DESC="Screenshot application from the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="fox"
9 WANTED="fox"
10 WEB_SITE="http://www.fox-toolkit.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin
17 copy_generic_files
18 }