mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-MIME-Charset: Updated for version 1.012.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fe31b90946
commit
1192cc7018
3 changed files with 10 additions and 9 deletions
|
@ -14,9 +14,10 @@ of following optional dependencies (perl modules):
|
|||
Encode::EUCJPASCII [Extended mappings by Japanese codepages]
|
||||
Encode::JISX0213 [Additional mappings for JIS X 0213]
|
||||
Encode::HanExtra [Additional mappings for Chinese standards]
|
||||
|
||||
Default answer [n] is safe, but these modules can be installed before
|
||||
perl-MIME-Charset as they are available @ slackbuilds.org, as respectively:
|
||||
perl-Encode-EUCJPASCII
|
||||
perl-Encode-JISX0213
|
||||
perl-Encode-HanExtra
|
||||
|
||||
This perl package is a dependency of perl-Unicode-LineBreak.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-MIME-Charset
|
||||
VERSION=${VERSION:-1.011.1}
|
||||
VERSION=${VERSION:-1.012}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,7 +69,7 @@ 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 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
perl Makefile.PL \
|
||||
PREFIX=/usr \
|
||||
|
@ -81,7 +81,7 @@ make install DESTDIR=$PKG
|
|||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-MIME-Charset"
|
||||
VERSION="1.011.1"
|
||||
HOMEPAGE="https://metacpan.org/pod/MIME::Charset"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/N/NE/NEZUMI/MIME-Charset-1.011.1.tar.gz"
|
||||
MD5SUM="1cc1d7f650ea9c6906a63a471b001741"
|
||||
VERSION="1.012"
|
||||
HOMEPAGE="http://search.cpan.org/~nezumi/MIME-Charset-1.012/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/N/NE/NEZUMI/MIME-Charset-1.012.tar.gz"
|
||||
MD5SUM="1762b0d9e9379be684b704c247317276"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Didier Spaier"
|
||||
EMAIL="didier dot spaier at epsm dot fr"
|
||||
EMAIL="didier at slint dot fr"
|
||||
|
|
Loading…
Reference in a new issue