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
|
# Description: Permits access from Perl to the gettext() family of functions
|
||||||
# URL: URL: http://search.cpan.org/dist/gettext/
|
# URL: URL: http://search.cpan.org/dist/gettext/
|
||||||
# Packager: alihan-ozturk28@hotmail.com
|
# Packager: alihan-ozturk28@hotmail.com milisarge
|
||||||
# Depends on: gettext
|
# Depends on:
|
||||||
|
|
||||||
name=perl-locale-gettext
|
name=perl-locale-gettext
|
||||||
version=1.07
|
version=1.07
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz
|
source=(http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-$version.tar.gz)
|
||||||
perl-locale-gettext.compatibility-with-POSIX-module.patch)
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd gettext-$version
|
cd Locale-gettext-$version
|
||||||
patch -Np1 -i \
|
|
||||||
../perl-locale-gettext.compatibility-with-POSIX-module.patch || exit 1
|
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make OPTIMIZE="$CFLAGS" || exit 1
|
make OPTIMIZE="$CFLAGS" || exit 1
|
||||||
make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
|
make install INSTALLDIRS=vendor DESTDIR=$PKG || exit 1
|
||||||
|
|
Loading…
Reference in New Issue