wok-next annotate fbcat/receipt @ rev 19866
Up eudev, rust-musl, slitaz-next, b43-fwcutter, cookutils, dbus, dmidecode, eudev, firmware, libidl, make-slitaz-icons, mirror-tools, tazdev, tazwikiss, yaff; add laptop-detect
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Sep 19 02:54:15 2017 +0300 (2017-09-19) |
parents | 9e461e91e97a |
children | c4e53a39395a |
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 } |