Magellan Linux

Contents of /trunk/extras/perl-archive-tar/perl-archive-tar-2.26-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29941 - (show annotations) (download)
Thu Oct 19 10:34:29 2017 UTC (6 years, 6 months ago) by niro
File size: 492 byte(s)
auto added: ver bump to 2.26-r2
1 # $Id$
2
3 PNAME="perl-archive-tar"
4 PVER="2.26"
5 PBUILD="r2"
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 }