wok view neonview/receipt @ rev 14132

goffice: fix a reference to pcre_info, a deprecated function
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 28 11:41:14 2013 +0100 (2013-02-28)
parents
children 01010da01a4a
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="GPLv2"
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 }