mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-Text-Autoformat: Updated for version 1.74.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
parent
5bcd055463
commit
23739e6bbe
2 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
SRCNAM=Text-Autoformat
|
||||
PRGNAM=perl-$SRCNAM
|
||||
VERSION=${VERSION:-1.669004}
|
||||
VERSION=${VERSION:-1.74}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +54,7 @@ find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs r
|
|||
find $PKG -depth -type d -empty -delete || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README Changes config.vim config.emacs $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README LICENSE Changes config.vim config.emacs $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-Text-Autoformat"
|
||||
VERSION="1.669004"
|
||||
VERSION="1.74"
|
||||
HOMEPAGE="https://metacpan.org/pod/Text::Autoformat"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-1.669004.tar.gz"
|
||||
MD5SUM="7a7881ca625fa71e551c1f43910f2865"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/N/NE/NEILB/Text-Autoformat-1.74.tar.gz"
|
||||
MD5SUM="2c147571940dddec4974ca8cd5ddc57f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Text-Reform"
|
||||
REQUIRES="perl-Text-Reform perl-Text-Tabs+Wrap"
|
||||
MAINTAINER="Andreas Guldstrand"
|
||||
EMAIL="andreas.guldstrand@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue