]> git.ipfire.org Git - ipfire-3.x.git/blame - gnome-doc-utils/gnome-doc-utils.nm
setup: Drop /etc/environment
[ipfire-3.x.git] / gnome-doc-utils / gnome-doc-utils.nm
CommitLineData
57aabcb7
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = gnome-doc-utils
7ver_major = 0.20
8ver_minor = 10
9version = %{ver_major}.%{ver_minor}
10release = 1
11
12groups = Development/Tools
13url = http://www.gnome.org/
14license = GPLv2+ and LGPLv2+ and GFDL
15summary = Documentation utilities for GNOME.
16
17description
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.
21end
22
23source_dl = http://download.gnome.org/sources/gnome-doc-utils/%{ver_major}/
24sources = %{thisapp}.tar.xz
25
26build
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
33end
34
35packages
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
47end