Magellan Linux

Contents of /branches/R11-unstable/extras/itstool/itstool-2.0.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32711 - (show annotations) (download)
Mon Apr 29 13:29:41 2019 UTC (5 years ago) by niro
File size: 497 byte(s)
-release branches/R11-unstable
1 # $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"