wok view lcms-apps/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents 2a5cc8208d36
children
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 LICENSE="MIT"
9 WANTED="lcms"
10 WEB_SITE="http://www.littlecms.com/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="lcms jpeg tiff zlib"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr
19 cp -a $install/usr/bin $fs/usr
20 }