contrib/setserial/Pkgfile

18 lines
516 B
Plaintext

# 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
source=(http://download.sourceforge.net/setserial/$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
}