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