wok-6.x diff minicom/receipt @ rev 7593
Busybox config change: unset CONFIG_AR (it conflict with binutils ar) & unset CONFIG_XZ (only unxz is actually usefull - it appears that lzma legacy is our better compression tool)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Dec 10 19:35:10 2010 +0100 (2010-12-10) |
parents | 967b60d00488 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/minicom/receipt Sat Sep 26 00:15:15 2009 +0200 1.2 +++ b/minicom/receipt Fri Dec 10 19:35:10 2010 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="minicom" 1.7 -VERSION="2.3" 1.8 +VERSION="2.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="menu driven communications program" 1.11 MAINTAINER="f.lombard@free.fr" 1.12 @@ -9,7 +9,7 @@ 1.13 BUILD_DEPENDS="ncurses-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://alioth.debian.org/projects/minicom/" 1.16 -WGET_URL="http://alioth.debian.org/frs/download.php/2332/$PACKAGE/$TARBALL" 1.17 +WGET_URL="http://alioth.debian.org/frs/download.php/3195/$PACKAGE/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()