wok-6.x diff ccache/receipt @ rev 23049
autoconf: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 12:37:15 2020 +0100 (2020-03-06) |
parents | 587b2a6d17d7 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/ccache/receipt Wed Feb 13 16:25:25 2019 +0100 1.2 +++ b/ccache/receipt Fri Mar 06 12:37:15 2020 +0100 1.3 @@ -1,28 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ccache" 1.7 -VERSION="3.6" 1.8 +VERSION="3.7.7" 1.9 CATEGORY="development" 1.10 TAGS="compiler" 1.11 -SHORT_DESC="Compiler cache" 1.12 +SHORT_DESC="Compiler cache." 1.13 MAINTAINER="erjo@slitaz.org" 1.14 LICENSE="GPL3" 1.15 WEB_SITE="https://ccache.samba.org/" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 -WGET_URL="https://www.samba.org/ftp/$PACKAGE/$TARBALL" 1.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL" 1.20 1.21 +SUGGESTED="gcc" 1.22 DEPENDS="zlib" 1.23 BUILD_DEPENDS="zlib-dev" 1.24 -SUGGESTED="gcc" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 - --infodir=/usr/share/info \ 1.32 - --mandir=/usr/share/man \ 1.33 + ./configure \ 1.34 + --prefix=/usr \ 1.35 + --infodir=/usr/share/info \ 1.36 + --mandir=/usr/share/man \ 1.37 $CONFIGURE_ARGS && 1.38 make && 1.39 make DESTDIR=$DESTDIR install 1.40 @@ -32,5 +32,5 @@ 1.41 genpkg_rules() 1.42 { 1.43 mkdir -p $fs/usr 1.44 - cp -a $install/usr/bin $fs/usr 1.45 + cp -a $install/usr/bin $fs/usr 1.46 }