Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12681 - (show annotations) (download)
Fri Oct 26 07:55:07 2018 UTC (5 years, 6 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="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 DEPEND=">= dev-lang/perl-5.26
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 }