summaryrefslogtreecommitdiff
path: root/pyserial/Pkgfile
blob: 3640696824ba2cca606d6e6ad28d0f5e7f80af9e (plain)
    1 # Description: Python serial port API.
    2 # URL: http://pyserial.wiki.sourceforge.net/pySerial
    3 # Maintainer: Danny Rawlins, monster dot romster at gmail dot com
    4 # Packager: Younes Hafri, ycrux at club-internet dot fr
    5 # Depends on: python
    6 
    7 name=pyserial
    8 version=2.4
    9 release=1
   10 source=(http://downloads.sourceforge.net/sourceforge/pyserial/pyserial-$version.tar.gz)
   11 
   12 build() {
   13 	cd pyserial-$version
   14 	python setup.py build
   15 	python setup.py install --prefix=/usr --root $PKG
   16 }

Generated by cgit