wok view gimp-console/receipt @ rev 6488

Added parted of squashfs patch for kernel that was missing. I think its need since unlzma cause kernel oops. Its changes CONFIG_DECOMPRESS_LZMA to obj instead of a lib. I hope this didn't screw squashfs/kernel.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 30 19:35:44 2010 +0000 (2010-09-30)
parents e4dd6b9319ea
children d597ba93b7e1
line source
1 # SliTaz package receipt.
3 PACKAGE="gimp-console"
4 VERSION="2.6.10"
5 CATEGORY="graphics"
6 SHORT_DESC="The GIMP console."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="babl pango cairo gimp glib xorg-libX11 xorg-libXau"
9 WANTED="gimp"
10 WEB_SITE="http://www.gimp.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/gimp-console* $fs/usr/bin
17 }