summaryrefslogtreecommitdiffstats
path: root/zeitgeist/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'zeitgeist/Pkgfile')
-rwxr-xr-xzeitgeist/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/zeitgeist/Pkgfile b/zeitgeist/Pkgfile
new file mode 100755
index 000000000..f8507cb7a
--- /dev/null
+++ b/zeitgeist/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Un service dont les logs des utilisateurs relevent des l'information disponible pour d'autres applications
+# URL: http://zeitgeist-project.com
+# Packager: NuTyX core team
+# Maintainer: lesibel at free dot fr
+# Depends on: dbus-python,pygobject,pyxdg,raptor,intltool,python2-rdflib
+# Run on: dbus-python,pygobject,pyxdg,raptor
+
+name=zeitgeist
+version=0.8.2
+release=1
+source=(http://launchpad.net/$name/0.8/$version/+download/$name-$version.tar.gz
+ python2.patch )
+
+build() {
+ cd $name-$version
+ sed -i 's|/usr/bin/python|/usr/bin/python2|' extra/rdfxml2py
+ patch -Np1 -i ../python2.patch
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
+ make
+ make DESTDIR=$PKG install
+}
+