]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - intltool/intltool.nm
paxctl: Update to 0.8.
[people/ms/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.40.6
8 release = 1
9 arch = noarch
10
11 groups = Localization/Tools
12 url = http://www.gnome.org/
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://ftp.gnome.org/pub/gnome/sources/intltool/0.40/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 expat-devel
28 gettext
29 perl(XML::Parser)
30 end
31
32 configure_options += \
33 --mandir=/usr/share/man
34 end
35
36 packages
37 package %{name}
38 requires
39 gettext
40 perl(XML::Parser)
41 end
42 end
43 end