diff options
3 files changed, 10 insertions, 8 deletions
diff --git a/libraries/perl-xml-namespacesupport/perl-xml-namespacesupport.SlackBuild b/libraries/perl-xml-namespacesupport/perl-xml-namespacesupport.SlackBuild index 2713806c0d..69153efdd8 100644 --- a/libraries/perl-xml-namespacesupport/perl-xml-namespacesupport.SlackBuild +++ b/libraries/perl-xml-namespacesupport/perl-xml-namespacesupport.SlackBuild @@ -8,7 +8,7 @@ PRGNAM=perl-xml-namespacesupport SRCNAM=XML-NamespaceSupport VERSION=1.09 -ARCH=noarch +ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,4 +52,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/perl-xml-namespacesupport/perl-xml-namespacesupport.info b/libraries/perl-xml-namespacesupport/perl-xml-namespacesupport.info index 841441994c..2fb848c62f 100644 --- a/libraries/perl-xml-namespacesupport/perl-xml-namespacesupport.info +++ b/libraries/perl-xml-namespacesupport/perl-xml-namespacesupport.info @@ -2,7 +2,9 @@ PRGNAM="perl-xml-namespacesupport" VERSION="1.09" HOMEPAGE="http://search.cpan.org/~rberjon/XML-NamespaceSupport-1.09/" DOWNLOAD="http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-NamespaceSupport-1.09.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="b0867d7b599d8a63ba630fa6227936fe" +MD5SUM_x86_64="" MAINTAINER="Murat D. Kadirov" EMAIL="banderols@gmail.com" APPROVED="dsomero" diff --git a/libraries/perl-xml-namespacesupport/slack-desc b/libraries/perl-xml-namespacesupport/slack-desc index 06b3dad9ec..f60082f5e2 100644 --- a/libraries/perl-xml-namespacesupport/slack-desc +++ b/libraries/perl-xml-namespacesupport/slack-desc @@ -1,11 +1,11 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. - |-----handy-ruler-------------------------------------| + |-----handy-ruler------------------------------------------------------| perl-xml-namespacesupport: XML::NamespaceSupport (perl module) perl-xml-namespacesupport: perl-xml-namespacesupport: Simple generic namespace support class |