wok view ufraw/receipt @ rev 12619

openvas-scanner: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 11:48:15 2012 +0200 (2012-04-29)
parents 3a5b24125557
children 8b934aefd3ce
line source
1 # SliTaz package receipt.
3 PACKAGE="ufraw"
4 VERSION="0.17"
5 CATEGORY="graphics"
6 SHORT_DESC="Utility to read and manipulate raw images from digital cameras."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="gtk+ exiv2 libgtkimageview libgomp"
9 BUILD_DEPENDS="gimp-dev lcms-dev tiff-dev exiv2-dev gtk+-dev libgtkimageview-dev"
10 SUGGESTED="ufraw-locales"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://ufraw.sourceforge.net/"
13 WGET_URL="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 $CONFIGURE_ARGS &&
24 make && make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share/applications
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $src/ufraw.desktop $fs/usr/share/applications
33 }