wok diff ccache/receipt @ rev 16054

ARM downgrade wpa_supplicant to 0.7.3 to make it compile (we realy need it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 18:05:36 2014 +0100 (2014-03-10)
parents f921c138b742
children a78610b2eb47
line diff
     1.1 --- a/ccache/receipt	Mon Nov 29 05:08:22 2010 +0000
     1.2 +++ b/ccache/receipt	Mon Mar 10 18:05:36 2014 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Compiler cache"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="zlib"
     1.8 -BUILD_DEPENDS="zlib-dev"
     1.9 +LICENSE="GPL3"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://ccache.samba.org/"
    1.12  WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL"
    1.13  SUGGESTED="gcc"
    1.14  TAGS="compiler"
    1.15  
    1.16 +DEPENDS="zlib"
    1.17 +BUILD_DEPENDS="zlib-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -22,13 +24,13 @@
    1.23  		--infodir=/usr/share/info \
    1.24  		--mandir=/usr/share/man \
    1.25  		$CONFIGURE_ARGS &&
    1.26 -	make && make DESTDIR=$PWD/_pkg install
    1.27 +	make && make DESTDIR=$DESTDIR install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr
    1.34 -	cp -a $_pkg/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36  }
    1.37