milis/talimatname/genel/o/owncloud-cli/talimat

29 lines
660 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: OwnCloud Masaüstü İstemcisi, ownCloud Sunucusu'ndan bilgisayarınızla dosyaları senkronize etmek için kullanılan bir araçtır.
# URL: http://owncloud.org/
# Paketçi: milisarge
# Gerekler: cmake qt5 qtkeychain-qt5
# Grup: ağ
isim=owncloud-cli
devir=2
surum=2.0.2
_isim=owncloudclient
kaynak=(https://download.owncloud.com/desktop/stable/${_name}-$surum.tar.xz)
derle() {
mkdir build
cd build
cmake ../$_name-$surum \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_SYSCONFDIR=/etc/$isim \
make
make DESTDIR=$PKG install
}