opt/minicom/Pkgfile

18 lines
428 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A menu driven communications program
# URL: http://alioth.debian.org/projects/minicom/
2006-03-26 01:27:52 +01:00
# Maintainer: Simone Rota, sip 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
2006-10-16 20:00:41 +02:00
version=2.2
release=1
source=(http://alioth.debian.org/download.php/1806/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}