mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/perl-Net-Ident: Updated for version 1.23.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
f2f498f832
commit
4e997c7fe1
2 changed files with 11 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Slackware Package Build Script for perl modules: Net::Ident
|
# Slackware Package Build Script for perl modules: Net::Ident
|
||||||
# Home Page http://search.cpan.org/dist/Net-Ident/
|
# Home Page http://search.cpan.org/dist/Net-Ident/
|
||||||
|
|
||||||
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant__AT__mnspace__DOT__net)
|
# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
SRCNAM=Net-Ident
|
SRCNAM=Net-Ident
|
||||||
PRGNAM=perl-Net-Ident
|
PRGNAM=perl-Net-Ident
|
||||||
VERSION=1.20
|
VERSION=1.23
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -77,18 +77,16 @@ cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
# Remove perlocal.pod and .packlist from $PKG
|
# Remove perlocal.pod and .packlist from $PKG
|
||||||
( cd $PKG
|
find $PKG -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f
|
||||||
find . -name "perllocal.pod" -o -name ".packlist" -o -name "*.bs" | xargs rm -f
|
|
||||||
)
|
# find & compress man pages
|
||||||
|
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||||
|
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||||
|
|
||||||
|
|
||||||
# Remove empty directories
|
# Remove empty directories
|
||||||
find $PKG -depth -type d -empty -exec rm -rf {} \;
|
find $PKG -depth -type d -empty -exec rm -rf {} \;
|
||||||
|
|
||||||
( cd $PKG/usr/man
|
|
||||||
find . -type f -exec gzip -9 {} \;
|
|
||||||
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
|
||||||
)
|
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-Net-Ident"
|
PRGNAM="perl-Net-Ident"
|
||||||
VERSION="1.20"
|
VERSION="1.23"
|
||||||
HOMEPAGE="http://search.cpan.org/dist/Net-Ident/"
|
HOMEPAGE="http://search.cpan.org/dist/Net-Ident/"
|
||||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/J/JP/JPC/Net-Ident-1.20.tar.gz"
|
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/Net-Ident-1.23.tar.gz"
|
||||||
MD5SUM="70f265f46548675be01977d3c9eed570"
|
MD5SUM="f9a2943dc6310c1f31458c49f926b007"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Nishant Limbachia"
|
MAINTAINER="Nishant Limbachia"
|
||||||
|
|
Loading…
Reference in a new issue