]> git.ipfire.org Git - ipfire-3.x.git/blob - intltool/intltool.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / intltool / intltool.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = intltool
7 version = 0.51.0
8 release = 2
9 arch = noarch
10
11 groups = Localization/Tools
12 url = https://launchpad.net/intltool
13 license = GPLv2 with exceptions
14 summary = Utility for internationalizing various kinds of data files.
15
16 description
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.
20 end
21
22 source_dl = http://edge.launchpad.net/intltool/trunk/%{version}/+download/
23
24 build
25 requires
26 expat-devel
27 gettext
28 perl(XML::Parser)
29 end
30
31 test
32 make check
33 end
34 end
35
36 packages
37 package %{name}
38 requires
39 gettext
40 perl(XML::Parser)
41 end
42 end
43 end