wok annotate fbcat/receipt @ rev 16216

Add fbcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 31 16:32:29 2014 +0000 (2014-03-31)
parents
children d6b99c62ef00
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"
pascal@16216 12 SUGGESTED="imagemagick"
pascal@16216 13
pascal@16216 14 DEPENDS=""
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 }