Magellan Linux

Annotation of /trunk/extras/perl-compress-raw-zlib/perl-compress-raw-zlib-2.081-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31003 - (hide annotations) (download)
Tue May 29 09:51:14 2018 UTC (6 years, 3 months ago) by niro
File size: 377 byte(s)
auto added: ver bump to 2.081-r1
1 niro 31003 # $Id$
2    
3     PNAME="perl-compress-raw-zlib"
4     PVER="2.081"
5     PBUILD="r1"
6    
7     DESCRIPTION="Low-Level Interface to zlib compression library."
8    
9     CPAN_MODULE="Compress-Raw-Zlib"
10     CPAN_AUTHOR="PMQS"
11     sminclude cpan
12    
13     postinstall()
14     {
15     _PNAME=compress-raw-zlib
16    
17     if [[ ! -z $(magequery -n ${_PNAME}) ]]
18     then
19     echo "Uninstalling deprecated package '${_PNAME}'..."
20     mage uninstall "${_PNAME}"
21     fi
22     }