ipfire-3.x/perl-libintl-perl/perl-libintl-perl.nm

62 lines
1.4 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = perl-libintl-perl
version = 1.33
release = 3
thisapp = libintl-perl-%{version}
groups = Development/Libraries
url = http://search.cpan.org/dist/libintl-perl/
license = GPL+ or Artistic
summary = An internationalization library for Perl
description
The package libintl-perl is an internationalization library for Perl
that aims to be compatible with the Uniforum message translations
system as implemented for example in GNU gettext.
end
source_dl = http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/
build
requires
/usr/bin/xsubpp
perl(locale)
perl(ExtUtils::MakeMaker)
perl(Test::More)
end
build
perl Makefile.PL INSTALLDIRS=vendor
make %{PARALLELISMFLAGS}
end
test
make test
end
make_install_targets = \
pure_install DESTDIR=%{BUILDROOT}
install_cmds
# Set correct library permissions.
find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
-exec chmod 755 {} \;
end
end
packages
package %{name}
requires
perl(:MODULE_COMPAT_%{perl_version})
end
end
package %{name}-debuginfo
template DEBUGINFO
end
end