]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-libintl-perl/perl-libintl-perl.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / perl-libintl-perl / perl-libintl-perl.nm
CommitLineData
4df7a0ac
TE
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-libintl-perl
5ded395d 7version = 1.33
e0d866c0 8release = 3
4df7a0ac
TE
9thisapp = libintl-perl-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/libintl-perl/
13license = GPL+ or Artistic
14summary = An internationalization library for Perl
15
16description
17 The package libintl-perl is an internationalization library for Perl
18 that aims to be compatible with the Uniforum message translations
19 system as implemented for example in GNU gettext.
20end
21
22source_dl = http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/
23
24build
25 requires
b182eef0 26 /usr/bin/xsubpp
5ded395d 27 perl(locale)
4df7a0ac 28 perl(ExtUtils::MakeMaker)
5ded395d 29 perl(Test::More)
4df7a0ac
TE
30 end
31
32 build
33 perl Makefile.PL INSTALLDIRS=vendor
34 make %{PARALLELISMFLAGS}
35 end
36
37 test
38 make test
39 end
40
b182eef0
SS
41 make_install_targets = \
42 pure_install DESTDIR=%{BUILDROOT}
bbfccb75
SS
43
44 install_cmds
45 # Set correct library permissions.
46 find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
47 -exec chmod 755 {} \;
48 end
4df7a0ac
TE
49end
50
51packages
52 package %{name}
b182eef0
SS
53 requires
54 perl(:MODULE_COMPAT_%{perl_version})
55 end
56 end
4df7a0ac
TE
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
61end