wok-next view fbcat/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents c4e53a39395a
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="https://code.google.com/p/$PACKAGE/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://fbcat.googlecode.com/files/$TARBALL"
14 BUILD_DEPENDS="wget"
16 compile_rules() {
17 make || return 1
19 install -Dm755 $src/fbcat $install/usr/bin/fbcat
20 install -Dm755 $src/fbgrab $install/usr/bin/fbgrab
21 }
23 genpkg_rules() {
24 copy @std
25 SUGGESTED="imagemagick"
26 }