]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libtiff/libtiff.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/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.1
8 release = 1
9 thisapp = tiff-%{version}
10
11 groups = System/Libraries
12 url = http://www.remotesensing.org/libtiff/
13 license = libtiff ( own )
14 summary = Library of functions for manipulating TIFF format image files.
15
16 description
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
20 .tif extension and they are often quite large.
21 end
22
23 source_dl = ftp://ftp.remotesensing.org/pub/libtiff/
24
25 build
26 requires
27 gcc-c++
28 libjpeg-devel
29 end
30
31 configure_options += \
32 --enable-defer-strile-load \
33 --enable-chunky-strip-read
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end