milis/talimatname/genel/kmahjongg/talimat

22 lines
573 B
Plaintext
Raw Normal View History

2016-07-25 01:42:35 +02:00
# Description : kmahjongg game
# URL : http://kde.org/applications/games/kpatience/
# Packager : alihan-ozturk28@hotmail.com
# Depends on : kf5-extra-cmake-modules kf5-kdoctools libkdegames libkmahjongg kf5-knotifyconfig xdg-utils
name=kmahjongg
2016-09-25 01:36:10 +02:00
version=16.08.1
2016-07-25 01:42:35 +02:00
release=1
source=(http://download.kde.org/stable/applications/${version}/src/${name}-${version}.tar.xz)
build() {
cd ${name}-${version}
cmake -DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
make DESTDIR=$PKG install
}