Magellan Linux

Annotation of /trunk/extras/perl-glib/perl-glib-1.326-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29924 - (hide annotations) (download)
Thu Oct 19 10:12:53 2017 UTC (6 years, 6 months ago) by niro
File size: 628 byte(s)
auto added: ver bump to 1.326-r1
1 niro 29924 # $Id$
2    
3     PNAME="perl-glib"
4     PVER="1.326"
5     PBUILD="r1"
6    
7     DESCRIPTION="Perl wrappers for the GLib utility and Object libraries."
8    
9     DEPEND=">= dev-libs/glib2-2.54
10     >= dev-lang/perl-5.26.1
11     >= dev-perl/perl-event-1.26
12     >= dev-perl/perl-xml-writer-0.625
13     >= dev-perl/perl-xml-parser-2.41"
14    
15     SDEPEND=">= dev-util/pkgconfig-0.25
16     >= dev-perl/perl-extutils-pkgconfig-1.15
17     >= dev-perl/perl-extutils-depends-0.402"
18    
19     CPAN_MODULE="Glib"
20     CPAN_AUTHOR="XAOC"
21     sminclude cpan
22    
23     postinstall()
24     {
25     _PNAME=glib-perl
26    
27     if [[ ! -z $(magequery -n ${_PNAME}) ]]
28     then
29     echo "Uninstalling deprecated package '${_PNAME}'..."
30     mage uninstall "${_PNAME}"
31     fi
32     }