]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - intltool/intltool.nm
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / intltool / intltool.nm
CommitLineData
a43ff0e8 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a43ff0e8
BS
4###############################################################################
5
802ea3af 6name = intltool
d0ec0fcb
JPT
7version = 0.40.6
8release = 1
802ea3af 9arch = noarch
a43ff0e8 10
802ea3af
MT
11groups = Localization/Tools
12url = http://www.gnome.org/
13license = GPLv2 with exceptions
14summary = Utility for internationalizing various kinds of data files.
a43ff0e8 15
802ea3af 16description
a43ff0e8
BS
17 This tool automatically extracts translatable strings from oaf, glade, \
18 bonobo ui, nautilus theme, .desktop, and other data files and puts \
19 them in the po files.
802ea3af
MT
20end
21
d0ec0fcb 22source_dl = http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/
802ea3af
MT
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 expat-devel
28 gettext
d3d6f7cf 29 perl(XML::Parser)
802ea3af
MT
30 end
31
32 configure_options += \
33 --mandir=/usr/share/man
34end
35
36packages
37 package %{name}
d3d6f7cf
MT
38 requires
39 gettext
40 perl(XML::Parser)
41 end
802ea3af
MT
42 end
43end