[Lunar-commits] <moonbase-other> libaccount-glib: adding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Tue Aug 5 13:46:19 CEST 2014
commit 8ec19c11bf09b0c0f43e4804675edd9e0898ded2
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 05 Aug 2014 03:42:03 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/8ec19c11bf09b0c0f43e4804675edd9e0898ded2
libaccount-glib: adding to moonbase
---
libs/libaccounts-glib/BUILD | +5/-0
libs/libaccounts-glib/DEPENDS | +2/-0
libs/libaccounts-glib/DETAILS | +13/-0
3 files changed, 20 insertions(+)
--- /dev/null
+++ b/libs/libaccounts-glib/BUILD
@@ -0,0 +1,5 @@
+
+ CFLAGS+=" -Wno-error" &&
+ OPTS+=" --disable-gtk-doc-html" &&
+
+ default_build
--- /dev/null
+++ b/libs/libaccounts-glib/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends "Python" "--enable-python" "--disable-python" "for Python bindings support"
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for introspection support"
--- /dev/null
+++ b/libs/libaccounts-glib/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=libaccounts-glib
+ VERSION=1.16
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=https://accounts-sso.googlecode.com/files/
+ SOURCE_VFY=sha1:1d1393030591e38e7b8b33a37555710b3116860e
+ WEB_SITE=https://code.google.com/p/accounts-sso/
+ ENTERED=20140805
+ UPDATED=20140805
+ SHORT="a library for managing SSO accounts"
+
+cat << EOF
+A library for managing SSO accounts.
+EOF
More information about the Lunar-commits
mailing list