# HG changeset patch # User Hans-G?nter Theisgen # Date 1551198830 -3600 # Node ID 9a7bd10c8942ef0684e2c232d3d0653c8ea6b42c # Parent baa7232f49c4dd150cc5595287f2a1001a006b30 updated expect (5.45 -> 5.45.4) diff -r baa7232f49c4 -r 9a7bd10c8942 expect/receipt --- a/expect/receipt Tue Feb 26 17:27:21 2019 +0100 +++ b/expect/receipt Tue Feb 26 17:33:50 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="expect" -VERSION="5.45" +VERSION="5.45.4" CATEGORY="utilities" SHORT_DESC="A tool for automating interactive applications." MAINTAINER="samuel_trassare@yahoo.com" LICENSE="PublicDomain" WEB_SITE="http://expect.sourceforge.net" + TARBALL="$PACKAGE$VERSION.tar.gz" WGET_URL="https://sourceforge.net/projects/$PACKAGE/files/Expect/$VERSION/$TARBALL" @@ -17,7 +18,7 @@ compile_rules() { ./configure $CONFIGURE_ARGS 2>&1 | grep -v /install-sh && - make && + make -j 1 && make DESTDIR=$install install } @@ -25,8 +26,8 @@ genpkg_rules() { mkdir -p $fs/usr/bin \ - $fs/usr/lib - + $fs/usr/lib + cp -a $install/usr/bin/expect $fs/usr/bin cp -a $install/usr/lib/* $fs/usr/lib }