Magellan Linux

Contents of /trunk/extras/libkgapi/libkgapi-0.4.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16531 - (show annotations) (download)
Tue Feb 12 10:47:09 2013 UTC (11 years, 4 months ago) by niro
File size: 449 byte(s)
-rebuild against kdepimlibs-4.10
1 # $Id$
2
3 PNAME="libkgapi"
4 PVER="0.4.4"
5 PBUILD="r2"
6
7 DESCRIPTION="A KDE4 library for accessing various Google services via their public API."
8
9 DEPEND="== kde-base/kdepimlibs-4.10
10 >= dev-libs/qjson-0.8"
11
12 sminclude kde4
13
14 SRC_URI=(
15 kde://${PNAME}/${PVER}/src/${SRCFILE}
16 mirror://${PNAME}/${SRCFILE}
17 )
18
19 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'"