Magellan Linux

Annotation of /trunk/todo/libkfbapi/libkfbapi-1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26581 - (hide annotations) (download)
Tue Jul 7 16:24:35 2015 UTC (8 years, 11 months ago) by niro
Original Path: trunk/extras/libkfbapi/libkfbapi-1.0-r2.smage2
File size: 453 byte(s)
auto added: ver bump to 1.0-r2
1 niro 26581 # $Id$
2    
3     PNAME="libkfbapi"
4     PVER="1.0"
5     PBUILD="r2"
6    
7     DESCRIPTION="A KDE4 library for accessing Facebook services via their public API."
8    
9     DEPEND="== kde-base/kdepimlibs-4.14"
10    
11     SDEPEND=">= dev-libs/boost-1.57"
12    
13     sminclude kde4
14    
15     SRC_URI=(
16     kde://${PNAME}/${PVER}/src/${SRCFILE}
17     mirror://${PNAME}/${SRCFILE}
18     )
19    
20     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'"