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