Magellan Linux

Annotation of /trunk/extras/perl-html-tagset/perl-html-tagset-3.20-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31013 - (hide annotations) (download)
Tue May 29 09:59:34 2018 UTC (6 years ago) by niro
File size: 345 byte(s)
auto added: ver bump to 3.20-r3
1 niro 31013 # $Id$
2    
3     PNAME="perl-html-tagset"
4     PVER="3.20"
5     PBUILD="r3"
6    
7     DESCRIPTION="Data tables useful in parsing HTML."
8    
9     CPAN_MODULE=HTML-Tagset
10     CPAN_AUTHOR=PETDANCE
11     sminclude cpan
12    
13     postinstall()
14     {
15     _PNAME=html-tagset
16    
17     if [[ ! -z $(magequery -n ${_PNAME}) ]]
18     then
19     echo "Uninstalling deprecated package '${_PNAME}'..."
20     mage uninstall "${_PNAME}"
21     fi
22     }