Magellan Linux

Annotation of /smage/trunk/core/intltool/intltool-0.40.6-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1824 - (hide annotations) (download)
Mon Sep 26 15:41:00 2011 UTC (12 years, 7 months ago) by niro
File size: 449 byte(s)
auto added: ver bump to 0.40.6-r5
1 niro 1824 # $Id$
2    
3     PNAME="intltool"
4     PVER="0.40.6"
5     PBUILD="r5"
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.14
13     >= dev-perl/xml-parser-2.41"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     gnome://${PNAME}/${PVER%.*}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd_gnome ${PNAME}"