minicom: updated to 2.3

This commit is contained in:
Simone Rota 2008-03-20 14:59:38 +00:00
parent 9c986e0449
commit 81d87fb7c0
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
13933c8777839f00e3730df23599dc93 minicom-2.2.tar.gz
0ebe7a91898384ca906787cc4e2c3f25 minicom-2.3.tar.gz

View File

@ -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
}