wok-next view fbida/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }