wok annotate fbcat/receipt @ rev 20854

updated drupal (7.26 -> 8.6.10)
author Hans-G?nter Theisgen
date Thu Feb 21 16:46:14 2019 +0100 (2019-02-21)
parents d6b99c62ef00
children 26522f279645
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@20672 10 WEB_SITE="http://jwilk.net/software/fbcat"
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 }