wok-6.x view gimp-plugin-ufraw/receipt @ rev 5894

inkscape: Fix build with gcc45 (http://bugs.gentoo.org/show_bug.cgi?id=305749)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:54:43 2010 +0200 (2010-07-22)
parents
children af022550edde
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@mailoo.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 }