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