milis/talimatname/genel/g/gnome-online-accounts/talimat

22 lines
581 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: GNOME service to access online accounts.
# URL: http://www.gnome.org/
# Paketçi: yasarciv67@gmail.com
# Gerekler: gcr kerberos libgnome-keyring libnotify librest libsecret json-glib docbook-xsl gobject-introspection webkit2gtk3 telepathy-glib gtk-update-icon-cache
isim=gnome-online-accounts
surum=3.22.2
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${isim}/${surum%.*}-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--enable-media-server \
--enable-kerberos \
--enable-lastfm \
--disable-static
make
make -j1 DESTDIR=$PKG install
}