wok-current view neonview/receipt @ rev 17254

mc: patch syntax-hl,add subox launcher; pango: fix path
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Oct 20 19:58:54 2014 +0200 (2014-10-20)
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 }