wok view gimp-plugin-ufraw/receipt @ rev 8687

Fix bdep: remmina need intltool to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 18:59:15 2011 +0100 (2011-02-17)
parents 3a5b24125557
children 8b934aefd3ce
line source
1 # SliTaz package receipt.
3 PACKAGE="gimp-plugin-ufraw"
4 VERSION="0.17"
5 CATEGORY="graphics"
6 SHORT_DESC="Add raw files support to GIMP with UFRaw."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="gimp"
9 SUGGESTED="ufraw-locales"
10 WANTED="ufraw"
11 WEB_SITE="http://ufraw.sourceforge.net/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $_pkg/usr/lib/ $fs/usr
18 }