milis/talimatname/genel/kf5-extra-cmake-modules/talimat

24 lines
572 B
Plaintext
Raw Normal View History

2016-07-21 15:19:31 +02:00
# 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
2016-08-01 12:18:56 +02:00
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz
pri-install-dir.patch)
2016-07-21 15:19:31 +02:00
build() {
cd ${_name}-$version
2016-08-01 12:18:56 +02:00
patch -p1 -i ../pri-install-dir.patch
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs
2016-07-21 15:19:31 +02:00
make
make DESTDIR=$PKG install
}