#Maintainer: Dimitris Tzemos pkgname=zeitgeist pkgver=0.9.16 pkgrel=1dj source=("http://launchpad.net/${pkgname}/0.9/${pkgver}/+download/$pkgname-$pkgver.tar.xz") #docs=() url="http://zeitgeist-project.com/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "zeitgeist (Framework providing Desktop activity awareness)" "Zeitgeist is a service which logs the users's activities and events" "(files opened, websites visites, conversations hold with other people," "" "Homapage: https://launchpad.net/zeitgeist" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --disable-silent-rules \ --build=$arch-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg }