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

# source: blfs
TARBALL=extra-cmake-modules-1.7.0.tar.xz
MD5SUM=45fd1e6f38b23b00983e5eab9ba61d15 
SRC_URL=http://ftp.vim.org/windowing/kde/stable/frameworks/5.7/$TARBALL
BUNDLE=

SLACKREQ='expat libarchive curl cmake'
SLACKDESC='extra-cmake-modules: extra-cmake-modules 1.7.0 (Makefile generator) 
extra-cmake-modules:  
extra-cmake-modules: The Extra CMake Modules package, or ECM, adds to the modules provided by CMake,
extra-cmake-modules: including ones used by ``find_package()`` to find common software, ones that 
extra-cmake-modules: can be used directly in ``CMakeLists.txt`` files to perform common tasks and
extra-cmake-modules: toolchain files that must be specified on the commandline by the user.
extra-cmake-modules:  
extra-cmake-modules: In addition, it provides common build settings used in software produced by the
extra-cmake-modules: KDE community.
extra-cmake-modules: 
extra-cmake-modules: 
'

### default pkg_download
### prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/extra-cmake-modules*
	pkg_build_cmake &&
	pkg_build_slackdesc
}


