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

22 lines
581 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GNOME service to access online accounts.
2017-07-08 23:18:04 +02:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# 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
2017-07-08 23:18:04 +02:00
2017-10-28 14:10:23 +02:00
isim=gnome-online-accounts
surum=3.22.2
devir=1
2017-07-08 23:18:04 +02:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/${isim}/${surum%.*}-$surum.tar.xz)
2017-07-08 23:18:04 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2017-07-08 23:18:04 +02:00
./configure --prefix=/usr \
--enable-media-server \
--enable-kerberos \
--enable-lastfm \
--disable-static
make
make -j1 DESTDIR=$PKG install
}