From cb8d2bc602b6c360daafa34f5c856066bf4f2f1a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 26 Jul 2012 21:03:00 +0200 Subject: [PATCH] transifex-client: New package. Needed to maintain the translations for pakfire and some more IPFire packages. --- transifex-client/transifex-client.nm | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 transifex-client/transifex-client.nm diff --git a/transifex-client/transifex-client.nm b/transifex-client/transifex-client.nm new file mode 100644 index 000000000..39e03fa69 --- /dev/null +++ b/transifex-client/transifex-client.nm @@ -0,0 +1,41 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +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 -- 2.39.2