mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/perl-xml-namespacesupport: Updated for version 1.09
This commit is contained in:
parent
178abcacf1
commit
8a9ee6f11b
3 changed files with 10 additions and 8 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue