[Lunar-commits] <moonbase-kde> libkfbapi: adding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Tue Aug 5 13:44:11 CEST 2014
commit 99a1a8be5a740b5b7467bfb96fbdcc3c7e075ebd
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 05 Aug 2014 03:42:37 -0400
URL: https://github.com/lunar-linux/moonbase-kde/commit/99a1a8be5a740b5b7467bfb96fbdcc3c7e075ebd
libkfbapi: adding to moonbase
---
libs/libkfbapi/BUILD | +5/-0
libs/libkfbapi/DEPENDS | +1/-0
libs/libkfbapi/DETAILS | +13/-0
3 files changed, 19 insertions(+)
--- /dev/null
+++ b/libs/libkfbapi/BUILD
@@ -0,0 +1,5 @@
+
+ . /etc/profile.d/qt4.rc &&
+ . /etc/profile.d/kde4.rc &&
+
+ default_cmake_build
--- /dev/null
+++ b/libs/libkfbapi/DEPENDS
@@ -0,0 +1 @@
+depends qjson
--- /dev/null
+++ b/libs/libkfbapi/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=libkfbapi
+ VERSION=1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$KDE_URL/stable/$MODULE/$VERSION/src/
+ SOURCE_VFY=sha1:a04dbca49b3ade2f015ce8d32c9024a5383f4abc
+ WEB_SITE=https://projects.kde.org/projects/extragear/libs/libkfbapi
+ ENTERED=20140805
+ UPDATED=20140805
+ SHORT="accessing Facebook services"
+
+cat << EOF
+A library for accessing Facebook services.
+EOF
More information about the Lunar-commits
mailing list