Magellan Linux

Contents of /branches/magellan-next/core/intltool/intltool-0.41.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6185 - (show annotations) (download)
Thu Aug 19 19:05:33 2010 UTC (13 years, 8 months ago) by niro
File size: 583 byte(s)
auto added: ver bump to 0.41.1-r1
1 # $Id: intltool-0.40.6-r2.smage2 3284 2009-10-19 11:49:07Z niro $
2
3 PNAME="intltool"
4 PVER="0.41.1"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="Tools to internationalize various kinds of data files."
11 HOMEPAGE="http://edge.launchpad.net/intltool/"
12
13 DEPEND=">= dev-lang/perl-5.12
14 >= dev-perl/xml-parser-2.34"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 http://edge.launchpad.net/${PNAME}/trunk/${PVER}/+download/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"