Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30063 - (hide annotations) (download)
Tue Oct 24 15:11:56 2017 UTC (6 years, 7 months ago) by niro
File size: 494 byte(s)
auto added: ver bump to 2.0.4-r1
1 niro 30063 # $Id$
2    
3     PNAME="itstool"
4     PVER="2.0.4"
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"