contrib/minicom/Pkgfile

19 lines
455 B
Plaintext
Raw Normal View History

2019-08-07 12:51:40 +02:00
# Description: A menu driven communications program
2019-08-07 13:46:07 +02: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 12:51:40 +02:00
name=minicom
2021-01-07 15:33:18 +01:00
version=2.8
2019-08-07 12:51:40 +02:00
release=1
2021-01-07 15:33:18 +01:00
source=(http://deb.debian.org/debian/pool/main/m/minicom/minicom_2.8.orig.tar.bz2)
2019-08-07 12:51:40 +02:00
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}