]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
perl-Crypt-PasswdMD5: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 7 Jan 2012 19:44:06 +0000 (20:44 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 7 Jan 2012 19:44:06 +0000 (20:44 +0100)
perl-Crypt-PasswdMD5/perl-Crypt-PasswdMD5.nm [new file with mode: 0644]

diff --git a/perl-Crypt-PasswdMD5/perl-Crypt-PasswdMD5.nm b/perl-Crypt-PasswdMD5/perl-Crypt-PasswdMD5.nm
new file mode 100644 (file)
index 0000000..8eb1500
--- /dev/null
@@ -0,0 +1,46 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = perl-Crypt-PasswdMD5
+version    = 1.3
+release    = 1
+arch       = noarch
+thisapp    = Crypt-PasswdMD5-%{version}
+
+groups     = Development/Libraries
+url        = http://search.cpan.org/dist/Crypt-PasswdMD5
+license    = GPL+
+summary    = Provides interoperable MD5-based crypt() functions.
+
+description
+       This package provides MD5-based crypt() functions.
+end
+
+source_dl  = http://search.cpan.org/CPAN/authors/id/L/LU/LUISMUNOZ/
+
+build
+       requires
+               perl(ExtUtils::MakeMaker)
+       end
+
+       build
+               perl Makefile.PL INSTALLDIRS=vendor
+               make %{PARALLELISMFLAGS}
+       end
+
+       make_install_targets = pure_install PERL_INSTALL_ROOT=%{BUILDROOT}
+end
+
+packages
+       package %{name}
+               requires
+                       perl
+               end
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end