development/cpan2tgz: Updated for version 0.6.5

This commit is contained in:
David Somero 2010-05-13 00:24:23 +02:00 committed by Robby Workman
parent 67b16892b0
commit fcfcfd4fdb
4 changed files with 15 additions and 13 deletions

View file

@ -1,2 +1,2 @@
cpan2tgz is an utility to create Slackware packages from CPAN Perl
module distributions. It was created by the author of slapt-get.
cpan2tgz is an utility to create Slackware packages from CPAN Perl module
distributions. It was created by Jason Woodward, the author of slapt-get.

View file

@ -66,10 +66,10 @@ make install DESTDIR=$PKG INSTALLSITEMAN1DIR=/usr/man/man1
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
# Remove some unnecessary files
find $PKG \
-name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
rm -rf $PKG/usr/lib
# Remove unnecessary crap
eval $(perl '-V:archlib'); eval $(perl '-V:sitelib')
rm -rf $PKG/$archlib/* $PKG/$sitelib/*
rmdir --parents $PKG/$sitelib $PKG/$archlib 2>/dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README Changelog $PKG/usr/doc/$PRGNAM-$VERSION
@ -79,4 +79,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -3,6 +3,8 @@ 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_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="rworkman"

View file

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
cpan2tgz: cpan2tgz (create Slackware packages from CPAN Perl modules)
cpan2tgz:
cpan2tgz:
cpan2tgz: cpan2tgz is a utility used to create Slackware packages from
cpan2tgz: CPAN perl modules.
cpan2tgz:
cpan2tgz:
cpan2tgz: cpan2tgz was written by Jason Woodward <woodwardj at jaos dot org>
cpan2tgz:
cpan2tgz:
cpan2tgz: http://software.jaos.org/
cpan2tgz:
cpan2tgz:
cpan2tgz:
cpan2tgz:
cpan2tgz:
cpan2tgz: