]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pkgs/python-parted/python-parted.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / python-parted / python-parted.nm
CommitLineData
19a2bdb8 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
19a2bdb8
SS
4###############################################################################
5
802ea3af
MT
6name = python-parted
7version = 3.0
8release = 1
9thisapp = pyparted-%{version}
19a2bdb8 10
802ea3af
MT
11groups = System/Libraries
12url = http://fedorahosted.org/pyparted
13license = GPLv2+
14summary = Python module for GNU parted.
19a2bdb8 15
802ea3af
MT
16description
17 Python module for the parted library. It is used for manipulating
18 partition tables.
19end
19a2bdb8 20
802ea3af 21source_dl =
19a2bdb8 22
802ea3af
MT
23build
24 requires
25 parted-devel
26 pkg-config
27 python-decorator
28 python-devel
29 end
30end
19a2bdb8 31
19a2bdb8 32
802ea3af
MT
33packages
34 package %{name}
35 requires
36 python-decorator
37 end
38 end
39end