Magellan Linux

Annotation of /branches/R11-unstable/extras/libzeitgeist/libzeitgeist-0.3.18-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25627 - (hide annotations) (download)
Tue Nov 25 04:02:50 2014 UTC (9 years, 5 months ago) by niro
File size: 578 byte(s)
-release branches/R11-unstable
1 niro 13958 # $Id$
2    
3     PNAME="libzeitgeist"
4     PVER="0.3.18"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="Client library to interact with Zeitgeist event tracking system."
10     HOMEPAGE="http://launchpad.net/${PNAME}/"
11    
12     DEPEND=">= dev-libs/glib2-2.34
13     >= gnome-extra/zeitgeist-0.9"
14    
15     SDEPEND=">= dev-util/pkgconfig-0.25"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.gz"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mbuild
21    
22     SRC_URI=(
23     https://launchpad.net/${PNAME}/${PVER%.*}/${PVER}/+download/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd https://launchpad.net/${PNAME}/+download | firsttarball"