Magellan Linux

Contents of /trunk/extras/libzeitgeist/libzeitgeist-0.3.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11149 - (show annotations) (download)
Fri Feb 17 19:38:34 2012 UTC (12 years, 3 months ago) by niro
File size: 595 byte(s)
auto added: ver bump to 0.3.14-r1
1 # $Id$
2
3 PNAME="libzeitgeist"
4 PVER="0.3.14"
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/libzeitgeist/"
11
12 DEPEND=">= dev-libs/glib2-2.28
13 >= gnome-extra/zeitgeist-0.8.2"
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 http://ftp.gwdg.de/pub/x11/kde/stable/${PNAME/lib/}/ | lasttarball"