milis/talimatname/genel/kalarmcal/talimat

22 lines
638 B
Plaintext
Raw Normal View History

2016-07-25 01:42:35 +02:00
# Description : Library to provides access and handling of KAlarm calendar data
# URL : https://projects.kde.org/kalarcal
# Packager : alihan-ozturk28@hotmail.com
2016-08-22 20:44:53 +02:00
# Depends on : kf5-extra-cmake-modules boost kf5-kdoctools kf5-kdelibs4support akonadi kcalcore kholidays kidentitymanagement
2016-07-25 01:42:35 +02:00
name=kalarmcal
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 \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
make DESTDIR=$PKG install
}