wok annotate 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
rev   line source
pascal@16216 1 # SliTaz package receipt.
pascal@16216 2
pascal@16216 3 PACKAGE="fbcat"
pascal@16216 4 VERSION="0.3"
pascal@16216 5 CATEGORY="misc"
pascal@16216 6 SHORT_DESC="Takes a screenshot using the framebuffer device."
pascal@16216 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@16216 8 LICENSE="GPL2"
pascal@16216 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@16216 10 WEB_SITE="https://code.google.com/p/$PACKAGE/"
pascal@16216 11 WGET_URL="https://$PACKAGE.googlecode.com/files/$TARBALL"
pankso@16218 12 HOST_ARCH="i486 arm"
pankso@16218 13
pascal@16216 14 SUGGESTED="imagemagick"
pascal@16216 15 BUILD_DEPENDS="wget"
pascal@16216 16
pascal@16216 17 # Rules to configure and make the package.
pascal@16216 18 compile_rules()
pascal@16216 19 {
pascal@16216 20 make
pascal@16216 21 }
pascal@16216 22
pascal@16216 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@16216 24 genpkg_rules()
pascal@16216 25 {
pascal@16216 26 mkdir -p $fs/usr/bin
pascal@16216 27 cp -a $src/fbcat $fs/usr/bin
pascal@16216 28 cp -a $src/fbgrab $fs/usr/bin
pascal@16216 29 }