wok-current view neonview/receipt @ rev 24390

updated c_icap and c_icap-dev (0.5.6 -> 0.5.10)
author Hans-G?nter Theisgen
date Mon Feb 07 17:45:34 2022 +0100 (2022-02-07)
parents 01010da01a4a
children 241fb98cab1c
line source
1 # SliTaz package receipt.
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/neonview/"
11 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
12 WGET_URL="http://www.tuxarena.com/intro/files/$TARBALL"
14 DEPENDS="gtk+3"
15 BUILD_DEPENDS="gtk+3-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 install -Dm755 $src/neonview $fs/usr/bin/neonview
27 }