contrib/minicom/Pkgfile

19 lines
460 B
Plaintext
Raw Normal View History

2019-08-07 20:51:40 +10:00
# Description: A menu driven communications program
2019-08-07 07:46:07 -04:00
# URL: https://salsa.debian.org/minicom-team/minicom
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Packager: sten, nick dot steeves at shaw dot ca
2019-08-07 20:51:40 +10:00
name=minicom
version=2.7.1
release=1
source=(http://http.debian.net/debian/pool/main/m/$name/${name}_$version.orig.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}