]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - libtiff/libtiff.nm
Merge remote-tracking branch 'ms/u-boot'
[people/ms/ipfire-3.x.git] / libtiff / libtiff.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libtiff
7version = 4.0.0beta7
8release = 1
9
10groups = System/Libraries
11url = http://www.libtiff.org
12license = libtiff ( own )
13summary = Library of functions for manipulating TIFF format image files.
14
15description
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.
20end
21
22source_dl =
23sources = tiff-%{version}.tar.gz
24
25build
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
36end
37
38packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49end