]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - intltool/intltool.nm
git: Honour LDFLAGS
[people/arne_f/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
d0ec0fcb 8release = 1
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
31 configure_options += \
32 --mandir=/usr/share/man
33end
34
35packages
36 package %{name}
d3d6f7cf
MT
37 requires
38 gettext
39 perl(XML::Parser)
40 end
802ea3af
MT
41 end
42end