opt/minicom/Pkgfile
2018-08-11 09:24:28 +02:00

20 lines
456 B
Plaintext

# 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
}