mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
perl/perl-Image-Magick: Remove - from VERSION, reflow README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
25fca852a5
commit
48d7ba62d7
4 changed files with 12 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
Image::Magick - objected-oriented Perl interface to ImageMagick. Use it to create, edit, compose,
|
||||
or convert bitmap images from within a Perl script.
|
||||
Image::Magick - objected-oriented Perl interface to ImageMagick. Use it
|
||||
to create, edit, compose, or convert bitmap images from within a Perl script.
|
||||
|
||||
This Perl extension allows the reading, manipulation and writing of a large number of image file
|
||||
formats using the ImageMagick library. It was originally developed to be used by CGI scripts for Web pages.
|
||||
This Perl extension allows the reading, manipulation and writing of a
|
||||
large number of image file formats using the ImageMagick library. It
|
||||
was originally developed to be used by CGI scripts for Web pages.
|
||||
|
|
|
@ -25,13 +25,13 @@
|
|||
# !!!!!!!! make test commented out !!!!!!!!!!
|
||||
|
||||
PRGNAM=perl-Image-Magick
|
||||
VERSION=${VERSION:-6.89}
|
||||
SUBVERSION=${SUBVERSION:-1}
|
||||
VERSION=${VERSION:-6.89_1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="PerlMagick"
|
||||
#SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
|
||||
SRCVER="${VERSION/_/-}"
|
||||
DIRVER="$( echo $VERSION | cut -d_ -f1 )"
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -66,8 +66,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION-$SUBVERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
|
||||
cd $SRCNAM-$DIRVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PRGNAM="perl-Image-Magick"
|
||||
VERSION="6.89-1"
|
||||
VERSION="6.89_1"
|
||||
HOMEPAGE="https://metacpan.org/pod/Image::Magick"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JC/JCRISTY/PerlMagick-6.89-1.tar.gz"
|
||||
MD5SUM="3df09405f4669def87b56a6e018b898b"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
perl-Image-Magick: perl-Image-Magick (Perl Objected-oriented interface to ImageMagick)
|
||||
perl-Image-Magick: perl-Image-Magick (Perl Objected-oriented interface to ImageMagick)
|
||||
perl-Image-Magick:
|
||||
perl-Image-Magick: This Perl extension allows the reading, manipulation and writing of
|
||||
perl-Image-Magick: a large number of image file formats using the ImageMagick library.
|
||||
|
|
Loading…
Reference in a new issue