wok-next view fbida/receipt @ rev 21612

updated e3 (2.8 -> 2.82)
author Hans-G?nter Theisgen
date Thu Jun 25 10:20:43 2020 +0100 (2020-06-25)
parents 75632eca5b07
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fbida"
4 VERSION="2.14"
5 CATEGORY="utilities"
6 SHORT_DESC="Image viewer for the framebuffer console"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.kraxel.org/blog/linux/fbida/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://www.kraxel.org/releases/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="curl-dev fontconfig-dev freetype-dev jpeg-dev \
15 libexif-dev libpng-dev tiff-dev"
17 compile_rules()
18 {
19 make || return 1
21 install -Dm755 $src/fbi $install/usr/bin/fbi
22 install -Dm755 $src/fbgs $install/usr/bin/fbgs
23 install -Dm755 $src/exiftran $install/usr/bin/exiftran
24 }
26 genpkg_rules()
27 {
28 copy @std
29 DEPENDS="fontconfig freetype giflib jpeg libcurl libexif libpng
30 libtiff ttf-bitstream-vera zlib"
31 }