wok-next view fbcat/receipt @ rev 20459

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 13:45:43 2018 +0200 (2018-03-02)
parents d6b99c62ef00
children e1c0edabdcb2
line source
1 # SliTaz package receipt.
3 PACKAGE="fbcat"
4 VERSION="0.3"
5 CATEGORY="misc"
6 SHORT_DESC="Takes a screenshot using the framebuffer device."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://code.google.com/p/$PACKAGE/"
11 WGET_URL="https://$PACKAGE.googlecode.com/files/$TARBALL"
13 SUGGESTED="imagemagick"
14 BUILD_DEPENDS="wget"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/fbcat $fs/usr/bin
27 cp -a $src/fbgrab $fs/usr/bin
28 }