wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="neonview"
4 VERSION="0.8.2"
5 CATEGORY="graphics"
6 SHORT_DESC="Free, lightweight image viewer"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.tuxarena.com/intro/neonview.php"
11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
12 WGET_URL="http://www.tuxarena.com/intro/files/$TARBALL"
14 BUILD_DEPENDS="gtk3-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 $src/neonview $install/usr/bin/neonview || return 1
20 cook_pick_docs *.txt *.html
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="gtk3"
26 }