]> git.ipfire.org Git - ipfire-3.x.git/blob - intltool/intltool.nm
Change file layout of the makefiles.
[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.5
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 =
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 = gettext perl-XML-Parser
39 end
40 end