]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame_incremental - pyserial/pyserial.nm
kernel: Drop ld.so placeholder files
[people/stevee/ipfire-3.x.git] / pyserial / pyserial.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = pyserial
7version = 2.5
8release = 1
9arch = noarch
10
11groups = System/Libraries
12url = http://pyserial.sourceforge.net/
13license = Python
14summary = Python Serial Port Extension.
15
16description
17 Python Serial Port Extension for Win32, Linux, BSD, Jython, IronPython.
18end
19
20source_dl =
21
22build
23 requires
24 python-devel
25 end
26
27 build = # Nothing to do
28
29 install
30 python setup.py install --root=%{BUILDROOT}
31 end
32end
33
34packages
35 package %{name}
36end