wok annotate fbcat/receipt @ rev 16704
mplayer-opt: typo in package name
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed May 28 12:02:32 2014 +0300 (2014-05-28) |
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 } |