]> git.ipfire.org Git - ipfire-3.x.git/blame - intltool/intltool.nm
kernel: Drop ld.so placeholder files
[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
42bfdbd4 7version = 0.51.0
1f9065f7 8release = 2
802ea3af 9arch = noarch
a43ff0e8 10
802ea3af 11groups = Localization/Tools
42bfdbd4 12url = https://launchpad.net/intltool
802ea3af
MT
13license = GPLv2 with exceptions
14summary = Utility for internationalizing various kinds of data files.
a43ff0e8 15
802ea3af 16description
42bfdbd4
SS
17 This tool automatically extracts translatable strings from oaf, glade,
18 bonobo ui, nautilus theme, .desktop, and other data files and puts
a43ff0e8 19 them in the po files.
802ea3af
MT
20end
21
42bfdbd4 22source_dl = http://edge.launchpad.net/intltool/trunk/%{version}/+download/
802ea3af
MT
23
24build
25 requires
26 expat-devel
27 gettext
d3d6f7cf 28 perl(XML::Parser)
802ea3af
MT
29 end
30
1f9065f7
SS
31 test
32 make check
33 end
802ea3af
MT
34end
35
36packages
37 package %{name}
d3d6f7cf
MT
38 requires
39 gettext
40 perl(XML::Parser)
41 end
802ea3af
MT
42 end
43end