]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
transifex-client: New package.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jul 2012 19:03:00 +0000 (21:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Jul 2012 19:03:00 +0000 (21:03 +0200)
Needed to maintain the translations for pakfire and some
more IPFire packages.

transifex-client/transifex-client.nm [new file with mode: 0644]

diff --git a/transifex-client/transifex-client.nm b/transifex-client/transifex-client.nm
new file mode 100644 (file)
index 0000000..39e03fa
--- /dev/null
@@ -0,0 +1,41 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = transifex-client
+version    = 0.7.3
+release    = 1
+arch       = noarch
+
+groups     = Development/Tools
+url        = http://transifex.org
+license    = GPLv2
+summary    = A tool for creating scanners (text pattern recognizers).
+
+description
+       The Transifex Command-line Client is a command line tool that enables
+       you to easily manage your translations within a project without the
+       need of an elaborate UI system.
+end
+
+source_dl  = http://pypi.python.org/packages/source/t/transifex-client
+
+build
+       requires
+               python-devel
+               python-setuptools >= 0.6.28
+       end
+
+       build
+               python setup.py build
+       end
+
+       install
+               python setup.py install -O1 --skip-build --root %{BUILDROOT}
+       end
+end
+
+packages
+       package %{name}
+end