opt/minicom/Pkgfile

18 lines
450 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
2008-03-20 15:59:38 +01:00
version=2.3
2006-10-16 20:00:41 +02:00
release=1
2008-03-20 15:59:38 +01:00
source=(http://alioth.debian.org/frs/download.php/2332/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2008-03-20 15:59:38 +01:00
./configure --prefix=/usr --disable-nls --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}