wok-next rev 7199
Up: ccache to 3.1.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Nov 09 05:19:21 2010 +0000 (2010-11-09) |
parents | 50f0ee69eb2b |
children | 5fe9123fe7e2 |
files | ccache/receipt |
line diff
1.1 --- a/ccache/receipt Tue Nov 09 05:16:23 2010 +0000 1.2 +++ b/ccache/receipt Tue Nov 09 05:19:21 2010 +0000 1.3 @@ -1,11 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ccache" 1.7 -VERSION="2.4" 1.8 +VERSION="3.1.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Compiler cache" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="" 1.13 +DEPENDS="zlib" 1.14 +BUILD_DEPENDS="zlib-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://ccache.samba.org/" 1.17 WGET_URL="http://samba.org/ftp/ccache/$TARBALL"