Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7649 - (show annotations) (download)
Sun May 29 18:37:38 2011 UTC (12 years, 11 months ago) by niro
File size: 524 byte(s)
auto added: ver bump to 0.41.1-r2
1 # $Id$
2
3 PNAME="intltool"
4 PVER="0.41.1"
5 PBUILD="r2"
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.14
14 >= dev-perl/xml-parser-2.40"
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"