]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - libtiff/libtiff.nm
lighttpd: Make package work on x86_64.
[people/arne_f/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 = 2
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 = %{DIR_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
41 package %{name}-devel
42 template DEVEL
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end