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