Magellan Linux

Contents of /trunk/extras/zeitgeist/zeitgeist-0.9.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13950 - (show annotations) (download)
Thu Nov 1 20:38:53 2012 UTC (11 years, 10 months ago) by niro
File size: 589 byte(s)
auto added: ver bump to 0.9.5-r1
1 # $Id$
2
3 PNAME="zeitgeist"
4 PVER="0.9.5"
5 PBUILD="r1"
6
7 PCAT="gnome-extra"
8
9 DESCRIPTION="Zeitgeist event tracking system."
10 HOMEPAGE="http://zeitgeist-project.com/"
11
12 DEPEND=">= dev-python/dbus-python-1.0
13 >= dev-python/pygobject-2.28
14 >= dev-python/pyxdg-0.19
15 >= dev-python/rdflib-3.2
16 >= media-libs/raptor-2"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude python
22
23 SRC_URI=(
24 https://launchpad.net/${PNAME}/${PVER%.*}/${PVER}/+download/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 UP2DATE="updatecmd https://launchpad.net/${PNAME}/+download | firsttarball"