Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2792 - (show annotations) (download)
Mon Aug 29 20:03:18 2011 UTC (12 years, 9 months ago) by niro
File size: 486 byte(s)
-merged branch alx-0_6_0 into trunk
1 # $Id$
2
3 PNAME="intltool"
4 PVER="0.40.6"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-util"
8
9 DESCRIPTION="Tools to internationalize various kinds of data files."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= dev-lang/perl-5.12
13 >= dev-perl/xml-parser-2.40"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 REMOVE_DEPRECATED_MAGE_TARGETS=1
19 sminclude mbuild alx
20
21 SRC_URI=(
22 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_gnome ${PNAME}"