wok-next diff expect/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | e7a485521d6a |
children |
line diff
1.1 --- a/expect/receipt Tue Aug 07 00:30:45 2018 +0300 1.2 +++ b/expect/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -4,9 +4,9 @@ 1.4 VERSION="5.45.4" 1.5 CATEGORY="utilities" 1.6 SHORT_DESC="A tool for automating interactive applications" 1.7 -MAINTAINER="samuel_trassare@yahoo.com" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="PublicDomain" 1.10 -WEB_SITE="http://expect.sourceforge.net" 1.11 +WEB_SITE="http://expect.sourceforge.net/" 1.12 1.13 TARBALL="$PACKAGE$VERSION.tar.gz" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 @@ -18,7 +18,7 @@ 1.16 compile_rules() { 1.17 ./configure $CONFIGURE_ARGS && 1.18 make && 1.19 - make DESTDIR=$DESTDIR install 1.20 + make DESTDIR=$install install 1.21 } 1.22 1.23 genpkg_rules() {