efi.paketlendi
This commit is contained in:
parent
38fe656c58
commit
34a99c3af9
|
@ -1,10 +0,0 @@
|
|||
--- a/gettext.pm 2005-05-31 20:11:16.000000000 -0700
|
||||
+++ b/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;
|
|
@ -1,19 +1,16 @@
|
|||
# Description: Permits access from Perl to the gettext() family of functions
|
||||
# URL: URL: http://search.cpan.org/dist/gettext/
|
||||
# Packager: alihan-ozturk28@hotmail.com
|
||||
# Depends on: gettext
|
||||
# Packager: alihan-ozturk28@hotmail.com milisarge
|
||||
# Depends on:
|
||||
|
||||
name=perl-locale-gettext
|
||||
version=1.07
|
||||
release=1
|
||||
|
||||
source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz
|
||||
perl-locale-gettext.compatibility-with-POSIX-module.patch)
|
||||
source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd gettext-$version
|
||||
patch -Np1 -i \
|
||||
../perl-locale-gettext.compatibility-with-POSIX-module.patch || exit 1
|
||||
cd Locale-gettext-$version
|
||||
perl Makefile.PL
|
||||
make OPTIMIZE="$CFLAGS" || exit 1
|
||||
make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
|
||||
|
|
Loading…
Reference in New Issue