Magellan Linux

Annotation of /trunk/extras/perl-extutils-depends/perl-extutils-depends-0.405-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30994 - (hide annotations) (download)
Tue May 29 09:44:45 2018 UTC (5 years, 11 months ago) by niro
File size: 419 byte(s)
auto added: ver bump to 0.405-r3
1 niro 30994 # $Id$
2    
3     PNAME="perl-extutils-depends"
4     PVER="0.405"
5     PBUILD="r3"
6    
7     DESCRIPTION="Easily build XS extensions that depend on XS extensions."
8     SDEPEND=">= dev-util/pkgconfig-0.25"
9    
10     CPAN_MODULE="ExtUtils-Depends"
11     CPAN_AUTHOR="xaoc"
12     sminclude cpan
13    
14     postinstall()
15     {
16     _PNAME=extutils-depends
17    
18     if [[ ! -z $(magequery -n ${_PNAME}) ]]
19     then
20     echo "Uninstalling deprecated package '${_PNAME}'..."
21     mage uninstall "${_PNAME}"
22     fi
23     }