# Description: A program that allows to view and change various attributes of a serial device # URL: http://setserial.sourceforge.net/ # Maintainer: Mikhail Kolesnik, mike at openbunker dot org # Depends on: name=setserial version=2.17 release=2 # it was the first google's answer (SF does not work) source=(http://fresh.t-systems-sfr.com/linux/src/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make /usr/bin/install -D -m 755 setserial $PKG/usr/bin/setserial /usr/bin/install -D -m 644 setserial.8 $PKG/usr/man/man8/setserial.8 }