Magellan Linux

Annotation of /branches/R11-stable/extras/itstool/itstool-1.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15181 - (hide annotations) (download)
Wed Jan 2 10:54:10 2013 UTC (11 years, 5 months ago) by niro
File size: 494 byte(s)
-release branches/R11-stable
1 niro 13142 # $Id$
2    
3     PNAME="itstool"
4     PVER="1.2.0"
5     PBUILD="r1"
6    
7     PCAT="dev-util"
8    
9     DESCRIPTION="Translation tool for XML documents that uses gettext files and ITS rules."
10     HOMEPAGE="http://itstool.org/"
11    
12     DEPEND=">= dev-lang/python-2.7
13     >= dev-libs/libxml2-2.8"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude python
19    
20     SRC_URI=(
21     http://files.itstool.org/${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd http://files.itstool.org/itstool/ | lasttarball"