wok view tiff-apps/receipt @ rev 15675
linux: add CVE-2013-2929 fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 19 11:31:06 2013 +0000 (2013-12-19) |
parents | 914c5d960db2 |
children | cf02cc1c573a |
line source
1 # SliTaz package receipt.
3 PACKAGE="tiff-apps"
4 VERSION="4.0.2"
5 CATEGORY="x-window"
6 SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="tiff"
10 WEB_SITE="http://www.remotesensing.org/libtiff/"
12 DEPENDS="jpeg zlib tiff"
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 }