]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - help2man/help2man.nm
ccache: Update to 3.7.1
[ipfire-3.x.git] / help2man / help2man.nm
index 3b54d4661c1b1e8b383160eeb9445b023a07dd43..1bb5cd25fdaf212d7d893b69e45a30ebb0df90a8 100644 (file)
@@ -4,8 +4,9 @@
 ###############################################################################
 
 name       = help2man
-version    = 1.40.4
-release    = 2
+version    = 1.47.3
+release    = 1
+arch       = noarch
 
 groups     = Development/Tools
 url        = http://www.gnu.org/software/help2man
@@ -21,25 +22,22 @@ description
        still providing some useful information.
 end
 
-source_dl  =
+source_dl  = ftp://ftp.gnu.org/gnu/%{name}/
+sources    = %{thisapp}.tar.xz
 
 build
        requires
-               perl
+               %{bindir}/perl
        end
 
        configure_options += \
                --disable-nls \
-               --libdir=/usr/lib/help2man
+               --libdir=%{prefix}/lib/help2man
 
-       make_install_targets += install_l10n
+       make_install_targets += \
+               install_l10n
 end
 
 packages
        package %{name}
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
 end