wok diff icoutils/receipt @ rev 23899

busybox: add crontabs in CONFIG_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 08:34:55 2020 +0000 (2020-07-28)
parents dead8955c3ca
children 17091bc7c301
line diff
     1.1 --- a/icoutils/receipt	Wed Sep 25 09:50:51 2013 +0000
     1.2 +++ b/icoutils/receipt	Tue Jul 28 08:34:55 2020 +0000
     1.3 @@ -1,13 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="icoutils"
     1.7 -VERSION="0.30.0"
     1.8 +VERSION="0.32.3"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Microsoft Windows icon and cursor files convertion tools."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 +WEB_SITE="https://www.nongnu.org/icoutils/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://www.nongnu.org/icoutils"
    1.17  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
    1.18  
    1.19  DEPENDS="libpng"
    1.20 @@ -16,10 +17,11 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25 -	./configure --prefix=/usr --mandir=/usr/share/man \
    1.26 +	./configure			\
    1.27 +		--prefix=/usr		\
    1.28 +		--mandir=/usr/share/man	\
    1.29  		$CONFIGURE_ARGS &&
    1.30 -	make &&
    1.31 +	make -j 1 &&
    1.32  	make DESTDIR=$DESTDIR install
    1.33  }
    1.34