]> git.ipfire.org Git - ipfire-3.x.git/blob - gnome-doc-utils/gnome-doc-utils.nm
binutils: Update to 2.32
[ipfire-3.x.git] / gnome-doc-utils / gnome-doc-utils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gnome-doc-utils
7 ver_major = 0.20
8 ver_minor = 10
9 version = %{ver_major}.%{ver_minor}
10 release = 1
11
12 groups = Development/Tools
13 url = http://www.gnome.org/
14 license = GPLv2+ and LGPLv2+ and GFDL
15 summary = Documentation utilities for GNOME.
16
17 description
18 gnome-doc-utils is a collection of documentation utilities for the GNOME
19 project. Notably, it contains utilities for building documentation and
20 all auxiliary files in your source tree.
21 end
22
23 source_dl = http://download.gnome.org/sources/gnome-doc-utils/%{ver_major}/
24 sources = %{thisapp}.tar.xz
25
26 build
27 requires
28 perl(XML::Parser)
29 intltool >= 0.35.0
30 libxml2-devel >= 2.6.12
31 libxslt-devel >= 1.1.8
32 end
33 end
34
35 packages
36 package %{name}
37 requires
38 docbook-dtds
39 libxml2 >= 2.6.12
40 libxslt >= 1.1.8
41 end
42 end
43
44 package %{name}-devel
45 template DEVEL
46 end
47 end