Magellan Linux

Annotation of /trunk/extras/perl-archive-tar/perl-archive-tar-2.32-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31634 - (hide annotations) (download)
Wed Dec 5 09:00:19 2018 UTC (5 years, 5 months ago) by niro
File size: 492 byte(s)
auto added: ver bump to 2.32-r1
1 niro 31634 # $Id$
2    
3     PNAME="perl-archive-tar"
4     PVER="2.32"
5     PBUILD="r1"
6    
7     DESCRIPTION="Perl module for manipulations of tar archives."
8    
9     DEPEND=">= dev-lang/perl-5.26.1
10     >= dev-perl/perl-io-zlib-1.10
11     >= dev-perl/perl-io-string-1.08
12     >= dev-perl/perl-test-harness-3.38"
13    
14     CPAN_MODULE="Archive-Tar"
15     CPAN_AUTHOR="BINGOS"
16     sminclude cpan
17    
18     postinstall()
19     {
20     _PNAME=archive-tar
21    
22     if [[ ! -z $(magequery -n ${_PNAME}) ]]
23     then
24     echo "Uninstalling deprecated package '${_PNAME}'..."
25     mage uninstall "${_PNAME}"
26     fi
27     }