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

# source: blfs updated 08132018
TARBALL=extra-cmake-modules-$PKGVER.tar.xz
MD5SUM=44d277d5df5aa806f8caf4b12541b15c 
SRC_URL=http://download.kde.org/stable/frameworks/5.49/$TARBALL
BUNDLE=

SLACKREQ='expat libarchive curl cmake'
SLACKDESC="extra-cmake-modules: extra-cmake-modules $PKGVER (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
}


