summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2010-01-04 08:25:37 +0100
committerJose V Beneyto <sepen@crux.nu>2010-01-04 08:25:37 +0100
commit2380d4feb78d35ac71e6cd5da76f0e8afb5b7f13 (patch)
tree7f38d08f8edcc1fed60c00e46408c8ec4c6d2132
parent112211e4249ea88a9f87173d035292e8e55677e5 (diff)
downloadopt-2380d4feb78d35ac71e6cd5da76f0e8afb5b7f13.tar.gz
opt-2380d4feb78d35ac71e6cd5da76f0e8afb5b7f13.tar.xz
minicom: updated to 2.4
-rw-r--r--minicom/.md5sum2
-rw-r--r--minicom/Pkgfile18
2 files changed, 12 insertions, 8 deletions
diff --git a/minicom/.md5sum b/minicom/.md5sum
index d6c682328..75b4eff3d 100644
--- a/minicom/.md5sum
+++ b/minicom/.md5sum
@@ -1 +1 @@
-0ebe7a91898384ca906787cc4e2c3f25 minicom-2.3.tar.gz
+0ebe7a91898384ca906787cc4e2c3f25 minicom-2.4.tar.gz
diff --git a/minicom/Pkgfile b/minicom/Pkgfile
index 1c549df12..c7b6d5a87 100644
--- a/minicom/Pkgfile
+++ b/minicom/Pkgfile
@@ -5,14 +5,18 @@
# Depends on:
name=minicom
-version=2.3
-release=2
+version=2.4
+release=1
source=(http://alioth.debian.org/frs/download.php/2332/$name-$version.tar.gz)
build() {
- cd $name-$version
- sed 's/getline(/gethistline(/g' -i src/minicom.c
- ./configure --prefix=/usr --disable-nls --mandir=/usr/man
- make
- make DESTDIR=$PKG install
+ cd $name-2.3
+ sed 's/getline(/gethistline(/g' -i src/minicom.c
+
+ ./configure --prefix=/usr \
+ --disable-nls \
+ --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit