CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: initial import (verified compilation)
[attic/ports/opt-cross.git] / minicom / Pkgfile
CommitLineData
b0cef26c
VM
1# Description: A menu driven communications program
2# URL: http://alioth.debian.org/projects/minicom/
3# Maintainer: Jose V Beneyto, sepen at crux dot nu
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
b0cef26c
VM
5# Packager: sten, nick dot steeves at shaw dot ca
6# Depends on:
7
8name=minicom
9version=2.4
10release=1
11source=(http://alioth.debian.org/frs/download.php/2332/$name-$version.tar.gz)
12
13build() {
14 cd $name-2.3
15 sed 's/getline(/gethistline(/g' -i src/minicom.c
16 ./configure --build=$CHOST \
17 --host=$CTARGET \
18 --prefix=/usr \
19 --disable-nls \
20 --mandir=/usr/man
21 make
22 make DESTDIR=$PKG install
23}