wok diff littleutils/receipt @ rev 23033
updated libgdiplus and libggdiplus-dev again (2.10 -> 6.0.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 07:21:48 2020 +0100 (2020-03-04) |
parents | 86790a278e70 |
children | 77985554a151 |
line diff
1.1 --- a/littleutils/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/littleutils/receipt Wed Mar 04 07:21:48 2020 +0100 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="littleutils" 1.7 -VERSION="1.0.32" 1.8 +VERSION="1.0.41" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Image optimizers, archive recompressors, file property tools ..." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="https://sourceforge.net/projects/littleutils/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 -WEB_SITE="https://sourceforge.net/projects/littleutils/" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 1.19 DEPENDS="bash perl" 1.20 @@ -16,10 +17,12 @@ 1.21 compile_rules() 1.22 { 1.23 sed -i '/stdalign/d' littleutils/*.c 1.24 - ./configure --prefix=/usr \ 1.25 - --sysconfdir=/etc \ 1.26 + 1.27 + ./configure \ 1.28 + --prefix=/usr \ 1.29 + --sysconfdir=/etc \ 1.30 $CONFIGURE_ARGS && 1.31 - make && 1.32 + make -j 1 && 1.33 make DESTDIR=$DESTDIR install 1.34 } 1.35 1.36 @@ -27,6 +30,7 @@ 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr 1.40 + 1.41 cp -a $install/usr/bin $fs/usr 1.42 cp -a $install/usr/lib $fs/usr 1.43 }