### this file is sourced not run
PKGVER=3.4.2
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=ccache-$PKGVER.tar.xz
MD5SUM=9e048f88f3897125864f9a5e1abfb72d
SRC_URL=http://samba.org/ftp/ccache/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="ccache: ccache $PKGVER (Compiler Cache)
ccache: 
ccache: ccache is a compiler cache. It speeds up recompilation by caching 
ccache: previous compilations and detecting when the same compilation is 
ccache: being done again. Supported languages are C, C++, Objective-C and 
ccache: Objective-C++.
ccache: 
ccache: https://ccache.samba.org/
ccache: 
ccache: 
ccache: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


