Magellan Linux

Annotation of /branches/R11-unstable/extras/perl-xml-writer/perl-xml-writer-0.625-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31621 - (hide annotations) (download)
Wed Dec 5 08:54:26 2018 UTC (5 years, 6 months ago) by niro
Original Path: trunk/extras/perl-xml-writer/perl-xml-writer-0.625-r4.smage2
File size: 352 byte(s)
auto added: ver bump to 0.625-r4
1 niro 31621 # $Id$
2    
3     PNAME="perl-xml-writer"
4     PVER="0.625"
5     PBUILD="r4"
6    
7     DESCRIPTION="Perl extension for writing XML documents."
8    
9     CPAN_MODULE="XML-Writer"
10     CPAN_AUTHOR="josephw"
11     sminclude cpan
12    
13     postinstall()
14     {
15     _PNAME=xml-writer
16    
17     if [[ ! -z $(magequery -n ${_PNAME}) ]]
18     then
19     echo "Uninstalling deprecated package '${_PNAME}'..."
20     mage uninstall "${_PNAME}"
21     fi
22     }