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