kf5-kparts.düzenlendi

This commit is contained in:
giresun28 2016-08-01 12:57:43 +00:00
parent a5971ba56c
commit de611b4536
1 changed files with 4 additions and 2 deletions

View File

@ -11,14 +11,16 @@ _version=5.24
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
-Wno-dev ..
make
make DESTDIR=$PKG install
}