]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - transifex-client/transifex-client.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / transifex-client / transifex-client.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = transifex-client
7 version = 0.7.3
8 release = 2
9 arch = noarch
10
11 groups = Development/Tools
12 url = http://transifex.org
13 license = GPLv2
14 summary = Command line tool for Transifex translation management.
15
16 description
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.
20 end
21
22 source_dl = http://pypi.python.org/packages/source/t/transifex-client
23
24 build
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
37 end
38
39 packages
40 package %{name}
41 end