wok-next diff 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 diff
     1.1 --- a/fbida/receipt	Mon Dec 24 02:07:02 2018 +0200
     1.2 +++ b/fbida/receipt	Tue Sep 01 11:04:25 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="fbida"
     1.7 -VERSION="2.09"
     1.8 +VERSION="2.14"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Image viewer for the framebuffer console"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -9,12 +9,13 @@
    1.13  WEB_SITE="https://www.kraxel.org/blog/linux/fbida/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="https://www.kraxel.org/releases/$PACKAGE/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="freetype-dev fontconfig-dev libexif-dev curl-dev jpeg-dev \
    1.20 -libpng-dev tiff-dev"
    1.21 +BUILD_DEPENDS="curl-dev fontconfig-dev freetype-dev jpeg-dev \
    1.22 +	libexif-dev libpng-dev tiff-dev"
    1.23  
    1.24 -compile_rules() {
    1.25 +compile_rules()
    1.26 +{
    1.27  	make || return 1
    1.28  
    1.29  	install -Dm755 $src/fbi      $install/usr/bin/fbi
    1.30 @@ -22,8 +23,9 @@
    1.31  	install -Dm755 $src/exiftran $install/usr/bin/exiftran
    1.32  }
    1.33  
    1.34 -genpkg_rules() {
    1.35 +genpkg_rules()
    1.36 +{
    1.37  	copy @std
    1.38 -	DEPENDS="libpng giflib libtiff jpeg ttf-bitstream-vera libexif zlib \
    1.39 -	libcurl freetype fontconfig"
    1.40 +	DEPENDS="fontconfig freetype giflib jpeg libcurl libexif libpng 
    1.41 +	libtiff ttf-bitstream-vera zlib"
    1.42  }