Magellan Linux

Contents of /smage/branches/alx07x-stable/core/intltool/intltool-0.51.0-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15005 - (show annotations) (download)
Thu Aug 6 13:02:28 2020 UTC (3 years, 8 months ago) by niro
File size: 709 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="intltool"
4 PVER="0.51.0"
5 PBUILD="r7"
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 DEPEND=">= dev-lang/perl-5.32
13 >= 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 }