22 lines
581 B
Plaintext
22 lines
581 B
Plaintext
# 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
|
||
}
|