opt/minicom/Pkgfile

20 lines
456 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A menu driven communications program
# URL: https://salsa.debian.org/minicom-team/minicom
2009-03-03 08:32:11 +01:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2006-02-23 16:26:10 +01:00
# 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)
2006-02-23 16:26:10 +01:00
build() {
2011-02-07 11:16:52 +01:00
cd $name-$version
2010-01-04 08:25:37 +01:00
./configure --prefix=/usr --disable-nls
2010-01-04 08:25:37 +01:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}