]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libtiff/libtiff.nm
876d121e1f71a16659b6a185bf217d40b3f95855
[people/amarx/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.0beta7
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.libtiff.org
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 source_dl =
23 sources = tiff-%{version}.tar.gz
24
25 build
26 requires
27 gcc-c++
28 libjpeg-devel
29 end
30
31 DIR_APP = /usr/src/tiff-%{version}
32
33 configure_options += \
34 --enable-defer-strile-load \
35 --enable-chunky-strip-read
36 end
37
38 packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44 end
45 end