wok view lcms2-apps/receipt @ rev 21802

linld/iso2exe: remove non slitaz dos boot (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 18:59:42 2019 +0200 (2019-08-10)
parents 73e9a7d984fc
children 0b02213fe0a1
line source
1 # SliTaz package receipt.
3 PACKAGE="lcms2-apps"
4 VERSION="2.9"
5 CATEGORY="graphics"
6 SHORT_DESC="Open source color management engine (applications)."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://www.littlecms.com/"
11 DEPENDS="lcms2 libjpeg tiff zlib"
12 WANTED="lcms2"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/bin $fs/usr
19 }