]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python-cryptsetup/python-cryptsetup.nm
docbook2X: New package.
[people/ms/ipfire-3.x.git] / python-cryptsetup / python-cryptsetup.nm
CommitLineData
cd3207f7 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
cd3207f7
SS
4###############################################################################
5
802ea3af
MT
6name = python-cryptsetup
7version = 0.0.9
8release = 1
cd3207f7 9
802ea3af
MT
10groups = System/Filesystems
11url = http://msivak.fedorapeople.org/pycryptsetup
12license = GPLv2+
13summary = Python bindings for cryptsetup.
cd3207f7 14
802ea3af
MT
15description
16 A python module to ease the manipulation with LUKS devices.
17end
cd3207f7 18
802ea3af
MT
19source_dl =
20sources = %{thisapp}.tar.bz2
cd3207f7 21
802ea3af
MT
22build
23 requires
24 cryptsetup-luks-devel
25 python-devel
26 end
cd3207f7 27
802ea3af
MT
28 build
29 python setup.py build
30 end
cd3207f7 31
802ea3af
MT
32 install
33 python setup.py install -O1 --skip-build --root=%{BUILDROOT}
34 end
35end
cd3207f7 36
802ea3af
MT
37packages
38 package %{name}
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end