]> git.ipfire.org Git - ipfire-3.x.git/blame - libtiff/libtiff.nm
kernel: Update to 5.1
[ipfire-3.x.git] / libtiff / libtiff.nm
CommitLineData
d4e4e4b1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
d4e4e4b1
SS
4###############################################################################
5
802ea3af 6name = libtiff
fabfddcd 7version = 4.0.6
d515f6f6 8release = 1
3561a275 9thisapp = tiff-%{version}
d4e4e4b1 10
802ea3af 11groups = System/Libraries
24bb6d49 12url = http://www.remotesensing.org/libtiff/
802ea3af
MT
13license = libtiff ( own )
14summary = Library of functions for manipulating TIFF format image files.
d4e4e4b1 15
802ea3af 16description
24bb6d49
SS
17 The libtiff package contains a library of functions for manipulating
18 TIFF (Tagged Image File Format) image format files. TIFF is a widely
19 used file format for bitmapped images. TIFF files usually end in the
d4e4e4b1 20 .tif extension and they are often quite large.
802ea3af
MT
21end
22
24bb6d49 23source_dl = ftp://ftp.remotesensing.org/pub/libtiff/
802ea3af
MT
24
25build
26 requires
27 gcc-c++
28 libjpeg-devel
29 end
30
802ea3af
MT
31 configure_options += \
32 --enable-defer-strile-load \
33 --enable-chunky-strip-read
34end
35
36packages
37 package %{name}
1f9bc2f0 38
802ea3af
MT
39 package %{name}-devel
40 template DEVEL
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end