]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - intltool/intltool.nm
screen: Make screen FHS compliant
[ipfire-3.x.git] / intltool / intltool.nm
index 23608e23ce6c829a7501c3ab48a01ccccf8e53ac..bedcc53a716762ac4177b837e6eb75b907d934c4 100644 (file)
@@ -4,37 +4,40 @@
 ###############################################################################
 
 name       = intltool
-version    = 0.40.5
-release    = 1
+version    = 0.51.0
+release    = 2
 arch       = noarch
 
 groups     = Localization/Tools
-url        = http://www.gnome.org/
+url        = https://launchpad.net/intltool
 license    = GPLv2 with exceptions
 summary    = Utility for internationalizing various kinds of data files.
 
 description
-       This tool automatically extracts translatable strings from oaf, glade, \
-       bonobo ui, nautilus theme, .desktop, and other data files and puts \
+       This tool automatically extracts translatable strings from oaf, glade,
+       bonobo ui, nautilus theme, .desktop, and other data files and puts
        them in the po files.
 end
 
-source_dl  =
-sources    = %{thisapp}.tar.bz2
+source_dl  = http://edge.launchpad.net/intltool/trunk/%{version}/+download/
 
 build
        requires
                expat-devel
                gettext
-               perl-XML-Parser
+               perl(XML::Parser)
        end
 
-       configure_options += \
-               --mandir=/usr/share/man
+       test
+               make check
+       end
 end
 
 packages
        package %{name}
-               requires = gettext perl-XML-Parser
+               requires
+                       gettext
+                       perl(XML::Parser)
+               end
        end
 end