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

Normalize LICENSE according to wok/licenses package (gpl part)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 21:49:39 2013 +0200 (2013-06-04)
parents af022550edde
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="gimp-plugin-ufraw"
4 VERSION="0.18"
5 CATEGORY="graphics"
6 SHORT_DESC="Add raw files support to GIMP with UFRaw."
7 MAINTAINER="pankso@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 $install/usr/lib $fs/usr
18 }