Magellan Linux

Annotation of /branches/R11-unstable/extras/zeitgeist/zeitgeist-0.9.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25956 - (hide annotations) (download)
Tue Nov 25 04:32:41 2014 UTC (9 years, 5 months ago) by niro
File size: 726 byte(s)
-release branches/R11-unstable
1 niro 17507 # $Id$
2    
3     PNAME="zeitgeist"
4     PVER="0.9.5"
5     PBUILD="r2"
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-libs/xapian-1.2"
16    
17     SDEPEND=">= dev-python/rdflib-4
18     >= media-libs/raptor-2"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.bz2"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     sminclude python
24    
25     SRC_URI=(
26     https://launchpad.net/${PNAME}/${PVER%.*}/${PVER}/+download/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd https://launchpad.net/${PNAME}/+download | firsttarball"
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35     mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} || die
36     mmake || die
37     }