kdepimlibs.silindi
This commit is contained in:
parent
27ddb007b6
commit
52fed2cae1
|
@ -1,21 +0,0 @@
|
|||
# Description : KDE Pim Libraries
|
||||
# URL : https://projects.kde.org/kdepimlibs
|
||||
# Packager : alihan-ozturk28@hotmail.com
|
||||
# Depends on : kf5-extra-cmake-modules boost kf5-kcodecs akonadi kf5-kdelibs4support kf5-kio kf5-kcompletion kf5-kcodecs phonon-qt5 kcontacts kcalcore kmime kf5-ki18n kf5-kitemviews kf5-kconfig kf5-solid qt5 kldap kmbox grantlee-qt5
|
||||
|
||||
name=kdepimlibs
|
||||
version=16.04.3
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue