]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - python-parted/python-parted.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / python-parted / python-parted.nm
diff --git a/python-parted/python-parted.nm b/python-parted/python-parted.nm
new file mode 100644 (file)
index 0000000..a4d46d3
--- /dev/null
@@ -0,0 +1,39 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = python-parted
+version    = 3.0
+release    = 1
+thisapp    = pyparted-%{version}
+
+groups     = System/Libraries
+url        = http://fedorahosted.org/pyparted
+license    = GPLv2+
+summary    = Python module for GNU parted.
+
+description
+       Python module for the parted library. It is used for manipulating
+       partition tables.
+end
+
+source_dl  =
+
+build
+       requires
+               parted-devel
+               pkg-config
+               python-decorator
+               python-devel
+       end
+end
+
+
+packages
+       package %{name}
+               requires
+                       python-decorator
+               end
+       end
+end