development/cpan2tgz: Update DOWNLOAD url.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2015-08-01 07:40:22 +07:00
parent 6ee8b4d347
commit 37f3e81986
2 changed files with 12 additions and 8 deletions

View file

@ -41,16 +41,20 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL
perl Makefile.PL \
PREFIX=/usr \
INSTALLDIRS=vendor \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make install DESTDIR=$PKG INSTALLSITEMAN1DIR=/usr/man/man1

View file

@ -1,8 +1,8 @@
PRGNAM="cpan2tgz"
VERSION="0.6.5"
HOMEPAGE="http://software.jaos.org"
DOWNLOAD="http://software.jaos.org/source/cpan2tgz/cpan2tgz-0.6.5.tar.gz"
MD5SUM="790c94cf0d3fb903649586d7ad4311e9"
DOWNLOAD="https://github.com/jaos/cpan2tgz/archive/0.6.5.tar.gz"
MD5SUM="8b8711e29a991ade143b5184beeeffdf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""