]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - python-qtermwidget/python-qtermwidget.nm
Merge branch 'kernel-config'
[people/amarx/ipfire-3.x.git] / python-qtermwidget / python-qtermwidget.nm
CommitLineData
19390374 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
19390374
SS
4###############################################################################
5
802ea3af
MT
6name = python-qtermwidget
7version = 0.1.2
ff4bdfde 8release = 2
19390374 9
802ea3af
MT
10groups = Development/Languages
11url = http://code.google.com/p/pyqt4-extrawidgets/downloads/list
12license = GPLv2+
13summary = PyQt4 Bindings for QTermWidget.
19390374 14
802ea3af 15description
19390374 16 PyQt4 Bindings for QTermWidget.
802ea3af
MT
17end
18
19source_dl =
20sources = qtermwidget-%{version}.tar.gz
21
22build
23 requires
24 gcc-c++
ff4bdfde
SS
25 libX11-devel
26 libXext-devel
802ea3af
MT
27 pyQt
28 pyQt-devel
29 python-devel
30 qt
31 qtermwidget-devel
32 sip-devel
33 end
34
35 DIR_APP = %{DIR_SRC}/qtermwidget
36
37 build
38 python config.py
39 make
40 end
41end
42
43packages
44 package %{name}
45end