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

55 lines
1.2 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = perl-libintl-perl
version = 1.23
release = 2.1
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(ExtUtils::MakeMaker)
pakfire >= 0.9.26-3.1
end
build
perl Makefile.PL INSTALLDIRS=vendor
make %{PARALLELISMFLAGS}
end
test
make test
end
make_install_targets = \
pure_install DESTDIR=%{BUILDROOT}
end
packages
package %{name}
requires
perl(:MODULE_COMPAT_%{perl_version})
end
end
package %{name}-debuginfo
template DEBUGINFO
end
end