diff options
-rw-r--r-- | perl/perl-Inline-C/README | 12 | ||||
-rw-r--r-- | perl/perl-Inline-C/perl-Inline-C.SlackBuild | 6 | ||||
-rw-r--r-- | perl/perl-Inline-C/perl-Inline-C.info | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/perl/perl-Inline-C/README b/perl/perl-Inline-C/README index edfb28b3bc..7a8d3c58c6 100644 --- a/perl/perl-Inline-C/README +++ b/perl/perl-Inline-C/README @@ -1,13 +1,13 @@ -Inline::C is a module that allows you to write Perl subroutines in C. Since -version 0.30 the Inline module supports multiple programming languages and -each language has its own support module. This document describes how to use -Inline with the C programming language. It also goes a bit into Perl C +Inline::C is a module that allows you to write Perl subroutines in C. Since +version 0.30 the Inline module supports multiple programming languages and +each language has its own support module. This document describes how to use +Inline with the C programming language. It also goes a bit into Perl C internals. -If you want to start working with programming examples right away, check out +If you want to start working with programming examples right away, check out Inline::C::Cookbook. For more information on Inline in general, see Inline. USAGE -You never actually use Inline::C directly. It is just a support module for +You never actually use Inline::C directly. It is just a support module for using Inline.pm with C. diff --git a/perl/perl-Inline-C/perl-Inline-C.SlackBuild b/perl/perl-Inline-C/perl-Inline-C.SlackBuild index 7fb6bc2118..acb70dd20d 100644 --- a/perl/perl-Inline-C/perl-Inline-C.SlackBuild +++ b/perl/perl-Inline-C/perl-Inline-C.SlackBuild @@ -32,7 +32,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/perl/perl-Inline-C/perl-Inline-C.info b/perl/perl-Inline-C/perl-Inline-C.info index 73edf97e82..9a8a6e480c 100644 --- a/perl/perl-Inline-C/perl-Inline-C.info +++ b/perl/perl-Inline-C/perl-Inline-C.info @@ -6,5 +6,5 @@ MD5SUM="c0fbfdd058075c9271a1384c822c9a87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Inline perl-IO-All perl-Pegex perl-File-Copy-Recursive perl-extutils-makemaker" -MAINTAINER="Glenn Becker" -EMAIL="glenn.becker@gmail.com" +MAINTAINER="Andreas Guldstrand" +EMAIL="andreas.guldstrand@gmail.com" |