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

# source: BLFS 11.3-679
TARBALL=extra-cmake-modules-$PKGVER.tar.xz
MD5SUM=16b1ad1b3a7151d84ff2104f07237a3b
SRC_URL=https://download.kde.org/stable/frameworks/5.106/$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
}

# vim:ft=sh:
