wok annotate neonview/receipt @ rev 14534

libfirefox: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 19:05:49 2013 +0200 (2013-05-22)
parents
children 01010da01a4a
rev   line source
al@14127 1 # SliTaz package receipt.
al@14127 2
al@14127 3 PACKAGE="neonview"
al@14127 4 VERSION="0.8.1"
al@14127 5 CATEGORY="graphics"
al@14127 6 SHORT_DESC="Free, lightweight image viewer"
al@14127 7 MAINTAINER="al.bobylev@gmail.com"
al@14127 8 LICENSE="GPLv2"
al@14127 9 WEB_SITE="http://www.tuxarena.com/neonview/"
al@14127 10 TARBALL="$PACKAGE-$VERSION-src.tar.gz"
al@14127 11 WGET_URL="http://www.tuxarena.com/$PACKAGE/files/$TARBALL"
al@14127 12
al@14127 13 DEPENDS="gtk+3"
al@14127 14 BUILD_DEPENDS="gtk+3-dev"
al@14127 15
al@14127 16 # Rules to configure and make the package.
al@14127 17 compile_rules()
al@14127 18 {
al@14127 19 make
al@14127 20 }
al@14127 21
al@14127 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@14127 23 genpkg_rules()
al@14127 24 {
al@14127 25 install -Dm755 $src/neonview $fs/usr/bin/neonview
al@14127 26 }