]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - sip/sip.nm
powertop: Update to 2.6.1
[people/ms/ipfire-3.x.git] / sip / sip.nm
CommitLineData
13924a8c 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
13924a8c
MT
4###############################################################################
5
802ea3af 6name = sip
c8f41310 7version = %{major_ver}.%{minor_ver}.%{rev_ver}
802ea3af
MT
8release = 1
9epoch = 1
13924a8c 10
c8f41310
SS
11major_ver = 4
12minor_ver = 13
13rev_ver = 2
14
802ea3af
MT
15groups = Development/Tools
16url = http://www.riverbankcomputing.com/software/sip/intro
17license = GPLv2 or GPLv3
18summary = SIP - Python/C++ Bindings Generator.
13924a8c 19
802ea3af 20description
13924a8c
MT
21 SIP is a tool for generating bindings for C++ classes so that they can be \
22 accessed as normal Python classes. SIP takes many of its ideas from SWIG but, \
23 because it is specifically designed for C++ and Python, is able to generate \
24 tighter bindings. SIP is so called because it is a small SWIG.
802ea3af
MT
25end
26
27source_dl = http://www.riverbankcomputing.com/static/Downloads/sip%{major_ver}/
28
29build
30 requires
31 gcc-c++
32 python-devel
33 end
34
35 build
36 python configure.py \
37 CFLAGS+="%{CFLAGS}" \
38 CXXFLAGS+="%{CXXFLAGS}"
39
40 make %{PARALLELISMFLAGS}
41 end
42end
43
44packages
45 package %{name}
46 end
1f9bc2f0 47
802ea3af
MT
48 package %{name}-devel
49 template DEVEL
1f9bc2f0 50
802ea3af 51 files += /usr/bin/sip
1f9bc2f0 52
802ea3af
MT
53 requires = sip
54 end
1f9bc2f0
MT
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
802ea3af 59end