]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libcroco/libcroco.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / libcroco / libcroco.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libcroco
7 version = 0.6.2
8 major_ver = 0.6
9 release = 1
10
11 groups = System/Libraries
12 url =
13 license = LGPLv2+
14 summary = A CSS2 parsing library.
15
16 description
17 libcroco is a CSS2 parsing and manipulation library.
18 end
19
20 source_dl = http://download.gnome.org/sources/%{name}/%{major_ver}/
21
22 build
23 requires
24 glib2-devel
25 libxml2-devel
26 end
27
28 configure_options += \
29 --disable-static
30 test
31 make check
32 end
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end