]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - python-tornado/python-tornado.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / python-tornado / python-tornado.nm
diff --git a/python-tornado/python-tornado.nm b/python-tornado/python-tornado.nm
new file mode 100644 (file)
index 0000000..1242655
--- /dev/null
@@ -0,0 +1,42 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = python-tornado
+version    = 0.2
+release    = 1
+arch       = noarch
+thisapp    = tornado-%{version}
+
+maintainer = Michael Tremer <michael.tremer@ipfire.org>
+groups     = Development/Libraries
+url        = http://www.tornadoweb.org/
+license    = Apache2.0
+summary    = A python based non-blocking web server.
+
+description
+       The framework is distinct from most mainstream web server frameworks
+       (and certainly most Python frameworks) because it is non-blocking
+       and reasonably fast.
+end
+
+source_dl  =
+
+build
+       requires
+               python-devel
+       end
+
+       build
+               python setup.py build
+       end
+
+       install
+               python setup.py install --skip-build --root=%{BUILDROOT}
+       end
+end
+
+packages
+       package %{name}
+end