]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - transifex-client/transifex-client.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / transifex-client / transifex-client.nm
CommitLineData
cb8d2bc6
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = transifex-client
7version = 0.7.3
2db316fd 8release = 2
cb8d2bc6
MT
9arch = noarch
10
11groups = Development/Tools
12url = http://transifex.org
13license = GPLv2
2db316fd 14summary = Command line tool for Transifex translation management.
cb8d2bc6
MT
15
16description
17 The Transifex Command-line Client is a command line tool that enables
18 you to easily manage your translations within a project without the
19 need of an elaborate UI system.
20end
21
22source_dl = http://pypi.python.org/packages/source/t/transifex-client
23
24build
25 requires
26 python-devel
27 python-setuptools >= 0.6.28
28 end
29
30 build
31 python setup.py build
32 end
33
34 install
35 python setup.py install -O1 --skip-build --root %{BUILDROOT}
36 end
37end
38
39packages
40 package %{name}
41end