ccache: updated to 3.1.3.

This commit is contained in:
Tilman Sauerbeck 2011-01-09 12:31:32 +01:00
parent 432a0271b7
commit ce245177fa
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
73c1ed1e767c1752dd0f548ec1e66ce7 ccache-2.4.tar.gz
86c7b41d85787a383628fc888d62021a ccache-3.1.3.tar.xz

View File

@ -4,13 +4,13 @@
# URL: http://ccache.samba.org
name=ccache
version=2.4
release=2
source=(http://samba.org/ftp/$name/$name-$version.tar.gz)
version=3.1.3
release=1
source=(http://samba.org/ftp/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install