opt/minicom/Pkgfile
2008-03-20 14:59:58 +00:00

18 lines
450 B
Plaintext

# Description: A menu driven communications program
# URL: http://alioth.debian.org/projects/minicom/
# Maintainer: Simone Rota, sip at crux dot nu
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on:
name=minicom
version=2.3
release=1
source=(http://alioth.debian.org/frs/download.php/2332/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls --mandir=/usr/man
make
make DESTDIR=$PKG install
}