wok-next view fbff/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 d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fbff"
4 VERSION="20170211"
5 CATEGORY="multimedia"
6 SHORT_DESC="FFmpeg client in frame buffer"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://repo.or.cz/w/fbff.git"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://repo.or.cz/fbff.git"
14 BUILD_DEPENDS="ffmpeg-dev zlib-dev git"
16 compile_rules() {
17 case "$ARCH" in
18 arm*) sed -i s"#/opt#/cross/$ARCH/sysroot/usr#" Makefile ;;
19 esac
20 sed -i "s|cc|$HOST_SYSTEM-gcc|" Makefile
22 make || return 1
24 install -Dm755 $src/fbff $install/usr/bin/fbff
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="ffmpeg zlib"
30 TAGS="video"
31 }