kf5-extra-cmake-modules.paketlendi

This commit is contained in:
giresun28 2016-07-21 13:19:31 +00:00
parent 6edf50db9b
commit 63c3055719
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Description : Extra CMake modules used by all KDE Frameworks 5 packages
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: cmake
name=kf5-extra-cmake-modules
version=5.24.0
release=1
_name=extra-cmake-modules
_version=5.24
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}