]> git.ipfire.org Git - ipfire-3.x.git/blob - libcroco/libcroco.nm
kernel: Update to 5.1
[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.11
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 sources = %{thisapp}.tar.xz
22
23 build
24 requires
25 automake
26 glib2-devel
27 libxml2-devel
28 end
29
30 prepare_cmds
31 cp -vf /usr/share/automake-*/config.{guess,sub} .
32 end
33
34 configure_options += \
35 --disable-static
36 test
37 make check
38 end
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end