wok diff neonview/receipt @ rev 14476
gst-plugins-base-dev: update deps+bdeps
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu May 02 22:38:49 2013 +0200 (2013-05-02) |
parents | |
children | 01010da01a4a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/neonview/receipt Thu May 02 22:38:49 2013 +0200 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="neonview" 1.7 +VERSION="0.8.1" 1.8 +CATEGORY="graphics" 1.9 +SHORT_DESC="Free, lightweight image viewer" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPLv2" 1.12 +WEB_SITE="http://www.tuxarena.com/neonview/" 1.13 +TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.14 +WGET_URL="http://www.tuxarena.com/$PACKAGE/files/$TARBALL" 1.15 + 1.16 +DEPENDS="gtk+3" 1.17 +BUILD_DEPENDS="gtk+3-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + make 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + install -Dm755 $src/neonview $fs/usr/bin/neonview 1.29 +}