]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - lcms2/lcms2.nm
powertop: Update to 2.6.1
[people/ms/ipfire-3.x.git] / lcms2 / lcms2.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = lcms2
7 version = 2.6
8 release = 1
9
10 groups = System/Tools
11 url = http://www.littlecms.com/
12 license = MIT
13 summary = Color Management Engine.
14
15 description
16 LittleCMS intends to be a small-footprint, speed optimized color management
17 engine in open source form. LCMS2 is the current version of LCMS, and can be
18 parallel installed with the original (deprecated) lcms.
19 end
20
21 source_dl = http://www.littlecms.com/
22
23 build
24 requires
25 libjpeg-devel
26 libtiff-devel
27 zlib-devel
28 end
29
30 configure_options +=\
31 --disable-static \
32 --program-suffix=2
33
34 test
35 make check
36 end
37
38 install_cms
39 # Install missing header files.
40 install -D -m 644 include/lcms2.h %{BUILDROOT}/usr/include/lcms2.h
41 install -D -m 644 include/lcms2_plugin.h %{BUILDROOT}/usr/include/lcms2_plugin.h
42 end
43 end
44
45 packages
46 package %{name}
47
48 package %{name}-libs
49 template LIBS
50 end
51
52 package %{name}-devel
53 template DEVEL
54 end
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
59 end