]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-qtermwidget/python-qtermwidget.nm
5c314ff96711cc38a23e1b80523e9dec0bd0a599
[people/ms/ipfire-3.x.git] / python-qtermwidget / python-qtermwidget.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-qtermwidget
7 version = 0.1.2
8 release = 2
9
10 groups = Development/Languages
11 url = http://code.google.com/p/pyqt4-extrawidgets/downloads/list
12 license = GPLv2+
13 summary = PyQt4 Bindings for QTermWidget.
14
15 description
16 PyQt4 Bindings for QTermWidget.
17 end
18
19 source_dl =
20 sources = qtermwidget-%{version}.tar.gz
21
22 build
23 requires
24 gcc-c++
25 libX11-devel
26 libXext-devel
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
41 end
42
43 packages
44 package %{name}
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end