2012-09-26 03:59:23 +02:00
|
|
|
|
# Template file for 'zeitgeist'
|
|
|
|
|
pkgname=zeitgeist
|
2012-10-22 13:57:58 +02:00
|
|
|
|
version=0.9.5
|
2012-09-26 03:59:23 +02:00
|
|
|
|
revision=1
|
|
|
|
|
build_style=gnu-configure
|
|
|
|
|
depends="python>=2.7<3 dbus-python pygobject"
|
|
|
|
|
makedepends="pkg-config intltool python-devel vala-devel dbus-devel
|
2012-10-22 13:57:58 +02:00
|
|
|
|
raptor xapian-core-devel python-rdflib"
|
2012-09-26 03:59:23 +02:00
|
|
|
|
short_desc="logs the users’ activities and events"
|
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
|
homepage="http://zeitgeist-project.com"
|
|
|
|
|
license="LGPL-2.1"
|
2012-10-22 13:57:58 +02:00
|
|
|
|
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.bz2"
|
|
|
|
|
checksum=e5ccb75ff705bfb382750c520c29653b6e0f40aeacd30adf233162132114be55
|
2012-09-26 03:59:23 +02:00
|
|
|
|
long_desc="
|
|
|
|
|
Zeitgeist is a service which logs the users’ activities and events,
|
|
|
|
|
anywhere from files opened to websites visited and conversations had.
|
|
|
|
|
|
|
|
|
|
It makes this information readily available for other applications to use.
|
|
|
|
|
It is able to establish relationships between items based on similarity
|
|
|
|
|
and usage patterns."
|
|
|
|
|
|
2012-10-22 13:57:58 +02:00
|
|
|
|
#LDFLAGS="-lgmodule-2.0 -lgthread-2.0"
|
2012-09-26 03:59:23 +02:00
|
|
|
|
pycompile_module="${pkgname}"
|
|
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
|
rm -rf ${DESTDIR}/usr/doc
|
|
|
|
|
}
|