wok view lcms-apps/receipt @ rev 20505

partclone 0.2.89 -> 0.2.70: dpkg-architecture not used here
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Oct 30 11:23:14 2018 +0000 (2018-10-30)
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 }