22 lines
638 B
Plaintext
22 lines
638 B
Plaintext
# Description: System to administer web accounts for the sites and services Google, Facebook, Owncloud, IMAP, Jabber ...
|
|
# URL: https://www.kde.org/applications/internet
|
|
# Packager: alihan-ozturk28@hotmail.com
|
|
# Depends on: kf5-extra-cmake-modules kf5-kdoctools kaccounts-integration intltool
|
|
|
|
name=kaccounts-providers
|
|
version=16.08.2
|
|
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 \
|
|
-DLIB_INSTALL_DIR=lib \
|
|
-DBUILD_TESTING=OFF
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|