wok view lcms-apps/receipt @ rev 12082

Up: midori (0.4.4) - More search engines, use DDG by default with slitaz string and desktop file with fr
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 14:58:49 2012 +0100 (2012-03-09)
parents 583bdd691510
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="lcms-apps"
4 VERSION="1.19"
5 CATEGORY="development"
6 SHORT_DESC="Tiny appsa and tools from the LCMS project."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="lcms"
9 DEPENDS="lcms jpeg tiff zlib"
10 WEB_SITE="http://www.littlecms.com/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/bin $fs/usr
17 }