wok-6.x view lcms-apps/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-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 }