wok-current view shutterbug/receipt @ rev 22537
updated bind packages again (9.11.0 -> 9.14.9)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 14:39:37 2020 +0100 (2020-01-03) |
parents | aaf121138b7d |
children | faf06d0e5299 |
line source
1 # SliTaz package receipt.
3 PACKAGE="shutterbug"
4 VERSION="1.6.49"
5 CATEGORY="x-window"
6 SHORT_DESC="Screenshot application from the Fox Toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="fox"
10 WEB_SITE="http://www.fox-toolkit.org/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="fox"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
20 copy_generic_files
21 }