summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2008-03-20 14:59:38 +0000
committerSimone Rota <sip@crux.nu>2008-03-20 14:59:58 +0000
commit81d87fb7c06175a4dde3d7efca3e360d7b397117 (patch)
treefbc929ef8847538dd0715bc771d72ccc5dd75907
parent9c986e044926c9262725afb7688c605ce65240cc (diff)
downloadopt-81d87fb7c06175a4dde3d7efca3e360d7b397117.tar.gz
opt-81d87fb7c06175a4dde3d7efca3e360d7b397117.tar.xz
minicom: updated to 2.3
-rw-r--r--minicom/.md5sum2
-rw-r--r--minicom/Pkgfile6
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
}

Generated by cgit