wok-next diff neonview/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d43bf7aae921
children
line diff
     1.1 --- a/neonview/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/neonview/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="neonview"
     1.7 -VERSION="0.8.1"
     1.8 +VERSION="0.8.2"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Free, lightweight image viewer"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="http://www.tuxarena.com/neonview/"
    1.14 +WEB_SITE="http://www.tuxarena.com/intro/neonview.php"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    1.17 -WGET_URL="http://www.tuxarena.com/$PACKAGE/files/$TARBALL"
    1.18 +WGET_URL="http://www.tuxarena.com/intro/files/$TARBALL"
    1.19  
    1.20 -BUILD_DEPENDS="gtk+3-dev"
    1.21 +BUILD_DEPENDS="gtk3-dev"
    1.22  
    1.23  compile_rules() {
    1.24  	make &&
    1.25 -	install -Dm755 $src/neonview $install/usr/bin/neonview
    1.26 +	install -Dm755 $src/neonview $install/usr/bin/neonview || return 1
    1.27 +
    1.28 +	cook_pick_docs *.txt *.html
    1.29  }
    1.30  
    1.31  genpkg_rules() {
    1.32  	copy @std
    1.33 -	DEPENDS="gtk+3"
    1.34 +	DEPENDS="gtk3"
    1.35  }