2006-02-23 15:26:10 +00:00
|
|
|
# Description: A menu driven communications program
|
|
|
|
# URL: http://alioth.debian.org/projects/minicom/
|
2009-03-03 07:32:11 +00:00
|
|
|
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Packager: sten, nick dot steeves at shaw dot ca
|
|
|
|
# Depends on:
|
|
|
|
|
|
|
|
name=minicom
|
2014-08-19 13:37:24 +02:00
|
|
|
version=2.7
|
2016-01-20 23:10:58 +00:00
|
|
|
release=2
|
2014-08-19 13:37:24 +02:00
|
|
|
source=(https://alioth.debian.org/frs/download.php/file/3977/$name-$version.tar.gz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
2011-02-07 11:16:52 +01:00
|
|
|
cd $name-$version
|
2010-01-04 08:25:37 +01:00
|
|
|
sed 's/getline(/gethistline(/g' -i src/minicom.c
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--disable-nls \
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|