diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2011-01-09 12:31:32 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2011-01-09 12:31:32 +0100 |
commit | ce245177fae4cc95376237f11d0024cc80c4763f (patch) | |
tree | 7675c58eddd2d67f104eba73775b8b58ca1a5a3c /ccache/Pkgfile | |
parent | 432a0271b74a71624cc3b44d6edcb7e3e327f073 (diff) | |
download | opt-ce245177fae4cc95376237f11d0024cc80c4763f.tar.gz opt-ce245177fae4cc95376237f11d0024cc80c4763f.tar.xz |
ccache: updated to 3.1.3.
Diffstat (limited to 'ccache/Pkgfile')
-rw-r--r-- | ccache/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ccache/Pkgfile b/ccache/Pkgfile index 3e25f3ae5..5921c4dbf 100644 --- a/ccache/Pkgfile +++ b/ccache/Pkgfile @@ -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 |