wok view ufraw/receipt @ rev 13220

Up python-httplib2 (0.7.4)
author Paul Issott <paul@slitaz.org>
date Sat Aug 11 22:48:41 2012 +0100 (2012-08-11)
parents 8b934aefd3ce
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="ufraw"
4 VERSION="0.18"
5 CATEGORY="graphics"
6 SHORT_DESC="Utility to read and manipulate raw images from digital cameras."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://ufraw.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL"
11 SUGGESTED="ufraw-locales gimp-plugin-ufraw"
13 DEPENDS="gtk+ exiv2 lcms tiff libgtkimageview libgomp bzip2"
14 BUILD_DEPENDS="gimp gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev \
15 libgtkimageview-dev bzip2-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share/applications
30 cp -a $install/usr/bin $fs/usr
31 cp -a $src/ufraw.desktop $fs/usr/share/applications
32 }