Magellan Linux

Contents of /trunk/extras/perl-archive-tar/perl-archive-tar-2.28-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31199 - (show annotations) (download)
Tue Jun 12 11:25:01 2018 UTC (5 years, 10 months ago) by niro
File size: 492 byte(s)
auto added: ver bump to 2.28-r1
1 # $Id$
2
3 PNAME="perl-archive-tar"
4 PVER="2.28"
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 }