wok rev 22585

updated ccache (3.6 -> 3.7.7)
author Hans-G?nter Theisgen
date Tue Jan 07 14:27:52 2020 +0100 (2020-01-07)
parents fe1cff2f26ab
children 40ec0f5146e3
files bluez-alsa/receipt ccache/receipt
line diff
     1.1 --- a/bluez-alsa/receipt	Tue Jan 07 14:23:21 2020 +0100
     1.2 +++ b/bluez-alsa/receipt	Tue Jan 07 14:27:52 2020 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  BUILD_DEPENDS="alsa-lib-dev autoconf automake bluez-dev glib-dev 
     1.5  	libsbc-dev libtool"
     1.6  
     1.7 -CONFIG_FILES="/etc/alsa/conf.d/20-bluealsa.conf"
     1.8 +CONFIG_FILES="/usr/share/alsa/conf.d/20-bluealsa.conf"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/ccache/receipt	Tue Jan 07 14:23:21 2020 +0100
     2.2 +++ b/ccache/receipt	Tue Jan 07 14:27:52 2020 +0100
     2.3 @@ -1,28 +1,28 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ccache"
     2.7 -VERSION="3.6"
     2.8 +VERSION="3.7.7"
     2.9  CATEGORY="development"
    2.10  TAGS="compiler"
    2.11 -SHORT_DESC="Compiler cache"
    2.12 +SHORT_DESC="Compiler cache."
    2.13  MAINTAINER="erjo@slitaz.org"
    2.14  LICENSE="GPL3"
    2.15  WEB_SITE="https://ccache.samba.org/"
    2.16  
    2.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.18 -WGET_URL="https://www.samba.org/ftp/$PACKAGE/$TARBALL"
    2.19 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    2.20  
    2.21 +SUGGESTED="gcc"
    2.22  DEPENDS="zlib"
    2.23  BUILD_DEPENDS="zlib-dev"
    2.24 -SUGGESTED="gcc"
    2.25  
    2.26  # Rules to configure and make the package.
    2.27  compile_rules()
    2.28  {
    2.29 -	./configure \
    2.30 -		--prefix=/usr \
    2.31 -		--infodir=/usr/share/info \
    2.32 -		--mandir=/usr/share/man \
    2.33 +	./configure				\
    2.34 +		--prefix=/usr			\
    2.35 +		--infodir=/usr/share/info	\
    2.36 +		--mandir=/usr/share/man		\
    2.37  		$CONFIGURE_ARGS &&
    2.38  	make &&
    2.39  	make DESTDIR=$DESTDIR install
    2.40 @@ -32,5 +32,5 @@
    2.41  genpkg_rules()
    2.42  {
    2.43  	mkdir -p $fs/usr
    2.44 -	cp -a $install/usr/bin $fs/usr
    2.45 +	cp -a $install/usr/bin	$fs/usr
    2.46  }