Magellan Linux

Contents of /smage/trunk/core/intltool/intltool-0.40.6-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 917 - (show annotations) (download)
Tue Dec 7 21:26:03 2010 UTC (13 years, 4 months ago) by niro
File size: 524 byte(s)
auto added: ver bump to 0.40.6-r3
1 # $Id: intltool-0.40.6-r2.smage2 317 2010-04-28 13:32:34Z niro $
2
3 PNAME="intltool"
4 PVER="0.40.6"
5 PBUILD="r3"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="Tools to internationalize various kinds of data files."
11 HOMEPAGE="http://www.gnome.org/"
12
13 DEPEND=">= dev-lang/perl-5.12
14 >= dev-perl/xml-parser-2.40"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_gnome ${PNAME}"