# HG changeset patch # User Christopher Rogers # Date 1289279961 0 # Node ID 6a575e39c77d393ba9c47769cde4683f1e1524ba # Parent 50f0ee69eb2b6027074fc65a95f7e51fb5fccd9b Up: ccache to 3.1.1. diff -r 50f0ee69eb2b -r 6a575e39c77d ccache/receipt --- a/ccache/receipt Tue Nov 09 05:16:23 2010 +0000 +++ b/ccache/receipt Tue Nov 09 05:19:21 2010 +0000 @@ -1,11 +1,12 @@ # SliTaz package receipt. PACKAGE="ccache" -VERSION="2.4" +VERSION="3.1.1" CATEGORY="development" SHORT_DESC="Compiler cache" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ccache.samba.org/" WGET_URL="http://samba.org/ftp/ccache/$TARBALL"