wok rev 21441
updated minicom (2.6 -> 2.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 29 14:32:23 2019 +0100 (2019-04-29) |
parents | f9ea4a4c7b87 |
children | d9b6a0ef7bb5 |
files | minicom/receipt |
line diff
1.1 --- a/minicom/receipt Mon Apr 29 13:02:07 2019 +0200 1.2 +++ b/minicom/receipt Mon Apr 29 14:32:23 2019 +0100 1.3 @@ -1,31 +1,32 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="minicom" 1.7 -VERSION="2.6" 1.8 +VERSION="2.7.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="menu driven communications program" 1.11 +SHORT_DESC="Menu driven communications program." 1.12 MAINTAINER="f.lombard@free.fr" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://salsa.debian.org/minicom-team/minicom" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://salsa.debian.org/minicom-team/minicom" 1.18 WGET_URL="http://alioth.debian.org/frs/download.php/3195/$PACKAGE/$TARBALL" 1.19 -CONFIG_FILES="/etc/minirc.dfl" 1.20 1.21 DEPENDS="ncurses" 1.22 BUILD_DEPENDS="ncurses-dev" 1.23 +CONFIG_FILES="/etc/minirc.dfl" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 sed -i 's/getline/get_line/' src/minicom.c 1.30 - ./configure \ 1.31 - --sysconfdir=/etc \ 1.32 - --prefix=/usr \ 1.33 - --infodir=/usr/share/info \ 1.34 - --mandir=/usr/share/man \ 1.35 + 1.36 + ./configure \ 1.37 + --sysconfdir=/etc \ 1.38 + --prefix=/usr \ 1.39 + --infodir=/usr/share/info \ 1.40 + --mandir=/usr/share/man \ 1.41 $CONFIGURE_ARGS && 1.42 - make && 1.43 + make -j 1 && 1.44 make DESTDIR=$DESTDIR install 1.45 } 1.46 1.47 @@ -34,6 +35,7 @@ 1.48 { 1.49 mkdir -p $fs/usr 1.50 cp -a $install/usr/bin $fs/usr 1.51 + 1.52 mkdir -p $fs/etc 1.53 touch $fs$CONFIG_FILES 1.54 }