From 81d87fb7c06175a4dde3d7efca3e360d7b397117 Mon Sep 17 00:00:00 2001 From: Simone Rota Date: Thu, 20 Mar 2008 14:59:38 +0000 Subject: [PATCH] minicom: updated to 2.3 --- minicom/.md5sum | 2 +- minicom/Pkgfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/minicom/.md5sum b/minicom/.md5sum index 00c88f477..d6c682328 100644 --- a/minicom/.md5sum +++ b/minicom/.md5sum @@ -1 +1 @@ -13933c8777839f00e3730df23599dc93 minicom-2.2.tar.gz +0ebe7a91898384ca906787cc4e2c3f25 minicom-2.3.tar.gz diff --git a/minicom/Pkgfile b/minicom/Pkgfile index 1b9ea9a24..77422ea95 100644 --- a/minicom/Pkgfile +++ b/minicom/Pkgfile @@ -5,13 +5,13 @@ # Depends on: name=minicom -version=2.2 +version=2.3 release=1 -source=(http://alioth.debian.org/download.php/1806/$name-$version.tar.gz) +source=(http://alioth.debian.org/frs/download.php/2332/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr --disable-nls --mandir=/usr/man make make DESTDIR=$PKG install }