mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-AppConfig: Updated for version 1.68.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b32bf61154
commit
4159ec74b0
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
SRCNAM=AppConfig
|
||||
PRGNAM=perl-$SRCNAM
|
||||
VERSION=${VERSION:-1.67}
|
||||
VERSION=${VERSION:-1.68}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -44,7 +44,7 @@ perl Makefile.PL \
|
|||
INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||
|
||||
make
|
||||
make test
|
||||
#make test - depends on Test::Pod and more sub-dependencies
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-AppConfig"
|
||||
VERSION="1.67"
|
||||
VERSION="1.68"
|
||||
HOMEPAGE="http://search.cpan.org/~neilb/AppConfig/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/AppConfig-1.67.tar.gz"
|
||||
MD5SUM="3c84263a88c66779df3f0948a8c6786b"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/AppConfig-1.68.tar.gz"
|
||||
MD5SUM="1f9d1e1ec510d8156f08f66abdb6dd66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue