Magellan Linux

Annotation of /trunk/extras/perl-extutils-pkgconfig/perl-extutils-pkgconfig-1.16-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31619 - (hide annotations) (download)
Wed Dec 5 08:53:41 2018 UTC (5 years, 5 months ago) by niro
File size: 404 byte(s)
auto added: ver bump to 1.16-r4
1 niro 31619 # $Id$
2    
3     PNAME="perl-extutils-pkgconfig"
4     PVER="1.16"
5     PBUILD="r4"
6    
7     DESCRIPTION="Simplistic interface to pkg-config ."
8     SDEPEND=">= dev-util/pkgconfig-0.25"
9    
10     CPAN_MODULE="ExtUtils-PkgConfig"
11     CPAN_AUTHOR="XAOC"
12     sminclude cpan
13    
14     postinstall()
15     {
16     _PNAME=extutils-pkgconfig
17    
18     if [[ ! -z $(magequery -n ${_PNAME}) ]]
19     then
20     echo "Uninstalling deprecated package '${_PNAME}'..."
21     mage uninstall "${_PNAME}"
22     fi
23     }