# HG changeset patch # User Hans-G?nter Theisgen # Date 1552395182 -3600 # Node ID e2ece35b14a1b8b0b007721b7d930ad0942e8152 # Parent e934c9bb7903dc7b838e2ae5c646b966ed9cfe0f updated icoutils (0.30.0 -> 0.32.3) diff -r e934c9bb7903 -r e2ece35b14a1 icoutils/receipt --- a/icoutils/receipt Tue Mar 12 12:52:46 2019 +0100 +++ b/icoutils/receipt Tue Mar 12 13:53:02 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="icoutils" -VERSION="0.30.0" +VERSION="0.32.3" CATEGORY="misc" SHORT_DESC="Microsoft Windows icon and cursor files convertion tools." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" +WEB_SITE="https://www.nongnu.org/icoutils/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.nongnu.org/icoutils" WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" DEPENDS="libpng" @@ -16,10 +17,11 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && + make -j 1 && make DESTDIR=$DESTDIR install }