]> git.ipfire.org Git - ipfire-3.x.git/blame_incremental - python-m2crypto/python-m2crypto.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / python-m2crypto / python-m2crypto.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = python-m2crypto
7version = 0.21.1
8release = 1
9
10groups = Development/Libraries
11url = http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto
12license = MIT
13summary = Support for using OpenSSL in python scripts.
14
15description
16 This package allows you to call OpenSSL functions from python scripts.
17end
18
19thisapp = M2Crypto-%{version}
20
21source_dl =
22
23build
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
37end
38
39packages
40 package %{name}
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46end