Magellan Linux

Contents of /branches/R11-unstable/extras/libkgapi/libkgapi-2.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25531 - (show annotations) (download)
Tue Nov 25 03:53:30 2014 UTC (9 years, 5 months ago) by niro
File size: 483 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libkgapi"
4 PVER="2.2.0"
5 PBUILD="r1"
6
7 DESCRIPTION="A KDE4 library for accessing various Google services via their public API."
8
9 DEPEND="== kde-base/kdepimlibs-4.14
10 >= dev-libs/qjson-0.8"
11
12 SDEPEND=">= dev-libs/boost-1.56"
13
14 sminclude kde4
15
16 SRC_URI=(
17 kde://${PNAME}/${PVER}/src/${SRCFILE}
18 mirror://${PNAME}/${SRCFILE}
19 )
20
21 UP2DATE="updatecmd -listonly http://download.kde.org/stable/${PNAME} | grep '${PNAME}/[0-9]' | grep -v '0.9.0/'| sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"