wok-4.x view ufraw/receipt @ rev 12377
Add gdmap [can't compile it in cooking/rolling]
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 07 01:23:55 2013 +0000 (2013-02-07) |
parents | af022550edde |
children |
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 \
10 libgtkimageview-dev bzip2-dev"
11 SUGGESTED="ufraw-locales"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WEB_SITE="http://ufraw.sourceforge.net/"
14 WGET_URL="http://downloads.sourceforge.net/project/ufraw/ufraw/ufraw-$VERSION/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 --infodir=/usr/share/info \
23 --mandir=/usr/share/man \
24 $CONFIGURE_ARGS &&
25 make && make DESTDIR=$PWD/_pkg install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share/applications
32 cp -a $_pkg/usr/bin $fs/usr
33 cp -a $src/ufraw.desktop $fs/usr/share/applications
34 }