wok view fotoxx/receipt @ rev 8447

Up: fotoxx to 11.02.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 15:13:11 2011 +0000 (2011-02-06)
parents 5ee8cb35f6b2
children 59009b1c6878
line source
1 # SliTaz package receipt.
3 PACKAGE="fotoxx"
4 VERSION="11.02"
5 CATEGORY="graphics"
6 SHORT_DESC="lightweight image editor"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="gtk+"
9 BUILD_DEPENDS="gtk+-dev freeimage freeimage-dev xdg-utils"
10 SUGGESTED="exiftool ufraw printoxx"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://kornelix.squarespace.com/fotoxx"
13 WGET_URL="http://kornelix.squarespace.com/storage/downloads/$TARBALL"
14 TAGS="image editor photo jpeg jpg bmp png gif"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 export PREFIX=/usr make
21 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
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 }