Magellan Linux

Annotation of /trunk/extras/itstool/itstool-2.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31723 - (hide annotations) (download)
Thu Dec 6 11:44:40 2018 UTC (5 years, 6 months ago) by niro
File size: 497 byte(s)
auto added: ver bump to 2.0.5-r1
1 niro 31723 # $Id$
2    
3     PNAME="itstool"
4     PVER="2.0.5"
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/ | highesttarball"