Magellan Linux

Annotation of /smage/trunk/core/intltool/intltool-0.51.0-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13952 - (hide annotations) (download)
Thu Jul 2 08:01:06 2020 UTC (3 years, 10 months ago) by niro
File size: 709 byte(s)
auto added: ver bump to 0.51.0-r6
1 niro 11689 # $Id$
2    
3     PNAME="intltool"
4     PVER="0.51.0"
5     PBUILD="r6"
6    
7     PCAT="dev-util"
8    
9     DESCRIPTION="Tools to internationalize various kinds of data files."
10     HOMEPAGE="http://edge.launchpad.net/intltool/"
11    
12 niro 13952 DEPEND=">= dev-lang/perl-5.32
13 niro 11689 >= dev-perl/perl-xml-parser-2.44"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://edge.launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-perl-5.26.patch
24     )
25    
26     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     # fix regex escape issues with perl-5.26
34     mpatch ${PNAME}-${PVER}-perl-5.26.patch || die
35     }