wok diff ccache/receipt @ rev 21802

linld/iso2exe: remove non slitaz dos boot (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 18:59:42 2019 +0200 (2019-08-10)
parents a78610b2eb47
children 1e19188eb149
line diff
     1.1 --- a/ccache/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/ccache/receipt	Sat Aug 10 18:59:42 2019 +0200
     1.3 @@ -1,30 +1,31 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ccache"
     1.7 -VERSION="3.1.3"
     1.8 +VERSION="3.6"
     1.9  CATEGORY="development"
    1.10 +TAGS="compiler"
    1.11  SHORT_DESC="Compiler cache"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="https://ccache.samba.org/"
    1.16 -WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL"
    1.17 -SUGGESTED="gcc"
    1.18 -TAGS="compiler"
    1.19 +
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.21 +WGET_URL="https://www.samba.org/ftp/$PACKAGE/$TARBALL"
    1.22  
    1.23  DEPENDS="zlib"
    1.24  BUILD_DEPENDS="zlib-dev"
    1.25 +SUGGESTED="gcc"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31  	./configure \
    1.32  		--prefix=/usr \
    1.33  		--infodir=/usr/share/info \
    1.34  		--mandir=/usr/share/man \
    1.35  		$CONFIGURE_ARGS &&
    1.36 -	make && make DESTDIR=$DESTDIR install
    1.37 +	make &&
    1.38 +	make DESTDIR=$DESTDIR install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.42 @@ -33,4 +34,3 @@
    1.43  	mkdir -p $fs/usr
    1.44  	cp -a $install/usr/bin $fs/usr
    1.45  }
    1.46 -