From b0cef26cb0648bc8d87656a2631b531cf6f44f82 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 24 Mar 2010 08:12:20 +0000 Subject: [PATCH] minicom: Initial import (verified compilation). --- minicom/.footprint | 12 ++++++++++++ minicom/.md5sum | 1 + minicom/Pkgfile | 23 +++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 minicom/.footprint create mode 100644 minicom/.md5sum create mode 100644 minicom/Pkgfile diff --git a/minicom/.footprint b/minicom/.footprint new file mode 100644 index 0000000..5830f46 --- /dev/null +++ b/minicom/.footprint @@ -0,0 +1,12 @@ +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 diff --git a/minicom/.md5sum b/minicom/.md5sum new file mode 100644 index 0000000..75b4eff --- /dev/null +++ b/minicom/.md5sum @@ -0,0 +1 @@ +0ebe7a91898384ca906787cc4e2c3f25 minicom-2.4.tar.gz diff --git a/minicom/Pkgfile b/minicom/Pkgfile new file mode 100644 index 0000000..e4d1d2b --- /dev/null +++ b/minicom/Pkgfile @@ -0,0 +1,23 @@ +# 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 +} -- 2.26.2