wok view neonview/receipt @ rev 19083

Add themes from the Shimmer Project that fit GTK+2/3 at the same time
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 29 17:46:17 2016 +0300 (2016-04-29)
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 }