New package: perl-Locale-gettext-1.05.
This commit is contained in:
parent
15ac1a8683
commit
e2bd313843
|
@ -0,0 +1,10 @@
|
|||
--- gettext.pm 2005-05-31 20:11:16.000000000 -0700
|
||||
+++ gettext.pm 2009-10-07 12:39:42.000000000 -0700
|
||||
@@ -32,6 +32,7 @@
|
||||
=cut
|
||||
|
||||
use Carp;
|
||||
+use POSIX qw(:locale_h);
|
||||
|
||||
require Exporter;
|
||||
require DynaLoader;
|
|
@ -0,0 +1,13 @@
|
|||
# Template build file for 'perl-Locale-gettext'.
|
||||
pkgname=perl-Locale-gettext
|
||||
version=1.05
|
||||
revision=1
|
||||
wrksrc="gettext-$version"
|
||||
build_style=perl-module
|
||||
fulldepends="perl>=5.16"
|
||||
short_desc="Permits access from Perl to the gettext() family of functions"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://search.cpan.org/dist/gettext"
|
||||
license="GPL-2"
|
||||
distfiles="http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-${version}.tar.gz"
|
||||
checksum=27367f3dc1be79c9ed178732756e37e4cfce45f9e2a27ebf26e1f40d80124694
|
Loading…
Reference in New Issue