wok annotate fbcat/receipt @ rev 21037
updated httpie (0.8.0 -> 1.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 11 15:26:31 2019 +0100 (2019-03-11) |
parents | 8dd8bab3f0ca |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@16216 | 1 # SliTaz package receipt. |
pascal@16216 | 2 |
pascal@16216 | 3 PACKAGE="fbcat" |
Hans-G?nter@20912 | 4 VERSION="0.5.1" |
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" |
Hans-G?nter@20912 | 9 WEB_SITE="http://jwilk.net/software/fbcat" |
Hans-G?nter@20912 | 10 |
pascal@16216 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@20912 | 12 WGET_URL="https://github.com/jwilk/$PACKAGE/releases/download/$VERSION/$TARBALL" |
pankso@16218 | 13 |
pascal@16216 | 14 SUGGESTED="imagemagick" |
Hans-G?nter@20912 | 15 BUILD_DEPENDS="" |
Hans-G?nter@20912 | 16 HOST_ARCH="i486 arm" |
pascal@16216 | 17 |
pascal@16216 | 18 # Rules to configure and make the package. |
pascal@16216 | 19 compile_rules() |
pascal@16216 | 20 { |
pascal@16216 | 21 make |
pascal@16216 | 22 } |
pascal@16216 | 23 |
pascal@16216 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@16216 | 25 genpkg_rules() |
pascal@16216 | 26 { |
pascal@16216 | 27 mkdir -p $fs/usr/bin |
pascal@16216 | 28 cp -a $src/fbcat $fs/usr/bin |
pascal@16216 | 29 cp -a $src/fbgrab $fs/usr/bin |
pascal@16216 | 30 } |