#Packager: George Vlahavas pkgname=gnome-online-accounts pkgver=3.8.5 pkgrel=1gv source=("ftp://ftp.gnome.org/pub/gnome/sources/gnome-online-accounts/3.8/gnome-online-accounts-3.8.5.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.gnome.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-online-accounts (GNOME service to access online accounts)" "This package contains the GNOME Online Accounts service, which" "provides a centralized place for managing online accounts (Google," "etc) for the GNOME desktop." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --disable-gtk-doc \ --disable-gtk-doc-html \ --disable-gtk-doc-pdf \ --enable-introspection \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }