contrib/minicom/Pkgfile

20 lines
456 B
Plaintext
Raw Normal View History

2019-08-07 12:51:40 +02:00
# Description: A menu driven communications program
# URL: https://salsa.debian.org/minicom-team/minicom
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on:
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
}