]> git.ipfire.org Git - ipfire-3.x.git/blob - libtiff/libtiff.nm
15698ea61a1fc082cf6f0bfeb06a72470b5482fb
[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.4.0
8 release = 1
9 thisapp = tiff-%{version}
10
11 groups = System/Libraries
12 url = http://www.simplesystems.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 = https://download.osgeo.org/libtiff/
24
25 build
26 requires
27 gcc-c++
28 libjpeg-devel
29 zlib-devel
30 zstd-devel
31 end
32
33 export LD_LIBRARY_PATH = %{DIR_APP}/libtiff/.libs
34
35 configure_options += \
36 --enable-defer-strile-load \
37 --enable-chunky-strip-read
38
39 test
40 make check
41 end
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end