Magellan Linux

Annotation of /smage/trunk/core/intltool/intltool-0.50.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1930 - (hide annotations) (download)
Wed Nov 9 15:36:19 2011 UTC (12 years, 6 months ago) by niro
File size: 507 byte(s)
auto added: ver bump to 0.50.0-r1
1 niro 1929 # $Id$
2    
3     PNAME="intltool"
4     PVER="0.50.0"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-util"
8    
9     DESCRIPTION="Tools to internationalize various kinds of data files."
10 niro 1930 HOMEPAGE="http://edge.launchpad.net/intltool/"
11 niro 1929
12     DEPEND=">= dev-lang/perl-5.14
13     >= dev-perl/xml-parser-2.41"
14    
15 niro 1930 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 niro 1929 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21 niro 1930 http://edge.launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
22 niro 1929 mirror://${PNAME}/${SRCFILE}
23     )
24    
25 niro 1930 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"