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 32485 - (hide annotations) (download)
Mon Apr 29 12:59:11 2019 UTC (5 years, 1 month ago) by niro
File size: 352 byte(s)
-release branches/R11-unstable
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     }