]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-m2crypto/python-m2crypto.nm
libpng: Update to 1.6.10.
[people/ms/ipfire-3.x.git] / python-m2crypto / python-m2crypto.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-m2crypto
7 version = 0.21.1
8 release = 1
9
10 groups = Development/Libraries
11 url = http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
12 license = MIT
13 summary = Support for using OpenSSL in python scripts.
14
15 description
16 This package allows you to call OpenSSL functions from python scripts.
17 end
18
19 thisapp = M2Crypto-%{version}
20
21 source_dl =
22
23 build
24 requires
25 python-devel
26 openssl-devel
27 swig
28 end
29
30 build
31 CFLAGS="%{CFLAGS}" python setup.py build
32 end
33
34 install
35 python setup.py install --skip-build --root=%{BUILDROOT}
36 end
37 end
38
39 packages
40 package %{name}
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end