Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6552 - (hide annotations) (download)
Mon Jul 13 15:32:23 2015 UTC (8 years, 11 months ago) by niro
File size: 501 byte(s)
auto added: ver bump to 0.51.0-r2
1 niro 6552 # $Id$
2    
3     PNAME="intltool"
4     PVER="0.51.0"
5     PBUILD="r2"
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.18
13     >= dev-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     )
24    
25     UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"