--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ascii-xfr
+-rwxr-xr-x root/root usr/bin/minicom
+-rwxr-xr-x root/root usr/bin/runscript
+-rwxr-xr-x root/root usr/bin/xminicom
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/ascii-xfr.1.gz
+-rw-r--r-- root/root usr/man/man1/minicom.1.gz
+-rw-r--r-- root/root usr/man/man1/runscript.1.gz
+-rw-r--r-- root/root usr/man/man1/xminicom.1.gz
--- /dev/null
+# Description: A menu driven communications program
+# URL: http://alioth.debian.org/projects/minicom/
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Packager: sten, nick dot steeves at shaw dot ca
+# Depends on:
+
+name=minicom
+version=2.4
+release=1
+source=(http://alioth.debian.org/frs/download.php/2332/$name-$version.tar.gz)
+
+build() {
+ cd $name-2.3
+ sed 's/getline(/gethistline(/g' -i src/minicom.c
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --prefix=/usr \
+ --disable-nls \
+ --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+}