opt/minicom/Pkgfile

20 lines
500 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
version=2.1
2006-03-26 01:27:52 +01:00
release=2
source=(http://alioth.debian.org/download.php/123/minicom-$version.tar.gz \
$name-$version-gcc4.patch)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2006-03-26 01:27:52 +01:00
patch -p1 < ../$name-$version-gcc4.patch
2006-02-23 16:26:10 +01:00
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}