]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/python-qtermwidget/python-qtermwidget.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
8release = 1
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++
25 pyQt
26 pyQt-devel
27 python-devel
28 qt
29 qtermwidget-devel
30 sip-devel
31 end
32
33 DIR_APP = %{DIR_SRC}/qtermwidget
34
35 build
36 python config.py
37 make
38 end
39end
40
41packages
42 package %{name}
43end