wok view fbcat/receipt @ rev 17975

scilab: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 18 10:55:38 2015 +0200 (2015-04-18)
parents 9e461e91e97a
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="fbcat"
4 VERSION="0.3"
5 CATEGORY="misc"
6 SHORT_DESC="Takes a screenshot using the framebuffer device."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://code.google.com/p/$PACKAGE/"
11 WGET_URL="https://$PACKAGE.googlecode.com/files/$TARBALL"
12 HOST_ARCH="i486 arm"
14 SUGGESTED="imagemagick"
15 BUILD_DEPENDS="wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/fbcat $fs/usr/bin
28 cp -a $src/fbgrab $fs/usr/bin
29 }