wok diff icoutils/receipt @ rev 21415
updated make (4.1 -> 4.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 23 17:28:22 2019 +0100 (2019-04-23) |
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 Apr 23 17:28:22 2019 +0100 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