wok view fotoxx/receipt @ rev 6121

tazbb: show wanted version mismatch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 05 12:43:51 2010 +0200 (2010-09-05)
parents 19c3786ca47d
children bf6da8639d66
line source
1 # SliTaz package receipt.
2 PACKAGE="fotoxx"
3 VERSION="10.8"
4 CATEGORY="graphics"
5 SHORT_DESC="lightweight image editor"
6 MAINTAINER="gokhlayeh@mailoo.org"
7 DEPENDS="gtk+"
8 BUILD_DEPENDS="gtk+-dev freeimage freeimage-dev xdg-utils"
9 SUGGESTED="exiftool ufraw printoxx"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://kornelix.squarespace.com/fotoxx"
12 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
13 TAGS="image editor photo jpeg jpg bmp png gif"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 export PREFIX=/usr make
20 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin $fs/usr/share/$PACKAGE/locales $fs/usr/share/applications
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share/$PACKAGE/icons $fs/usr/share/$PACKAGE
30 #non-standard locale path
31 cp -a $_pkg/usr/share/$PACKAGE/locales/* $fs/usr/share/$PACKAGE/locales/
32 cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
33 }