wok view neonview/receipt @ rev 21174

updated libev and libev-dev (4.04 -> 4.25)
author Hans-G?nter Theisgen
date Mon Apr 01 16:56:17 2019 +0100 (2019-04-01)
parents 65e1d71b872f
children b8d097791146
line source
1 # SliTaz package receipt.
3 PACKAGE="neonview"
4 VERSION="0.8.1"
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/"
10 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
11 WGET_URL="http://www.tuxarena.com/$PACKAGE/files/$TARBALL"
13 DEPENDS="gtk+3"
14 BUILD_DEPENDS="gtk+3-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 install -Dm755 $src/neonview $fs/usr/bin/neonview
26 }