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