diff --git a/programming/library/libaccounts-glib/actions.py b/programming/library/libaccounts-glib/actions.py
new file mode 100644
index 0000000000..4bf4662426
--- /dev/null
+++ b/programming/library/libaccounts-glib/actions.py
@@ -0,0 +1,31 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+
+def setup():
+ shelltools.system("PYTHON=/usr/bin/python2.7 HAVE_GCOV_FALSE='#' ./configure \
+ --disable-static \
+ --disable-gtk-doc")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.domove("/usr/local/include/libaccounts-glib/*", "/usr/include/libaccounts-glib/")
+ pisitools.domove("/usr/local/lib/*", "/usr/lib/")
+ pisitools.domove("/usr/local/bin/*", "/usr/bin/")
+ pisitools.domove("/usr/local/share/*", "/usr/share/")
+
+ pisitools.removeDir("/usr/local")
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING")
diff --git a/programming/library/libaccounts-glib/pspec.xml b/programming/library/libaccounts-glib/pspec.xml
new file mode 100644
index 0000000000..2535a53ef2
--- /dev/null
+++ b/programming/library/libaccounts-glib/pspec.xml
@@ -0,0 +1,123 @@
+
+
+
+
+ libaccounts-glib
+ https://code.google.com/p/accounts-sso
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ Accounts and SSO (Single Sign-On) framework
+ Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.
+ http://heanet.dl.sourceforge.net/project/kaosx/sources/libaccounts-glib/libaccounts-glib-1.18.tar.gz
+
+ glib2-devel
+ libxml2-devel
+ sqlite-devel
+ gtk-doc
+ docbook-xsl
+ python-pygobject-devel
+
+
+
+
+ libaccounts-glib
+ library
+
+ glib2
+ sqlite
+ libxml2
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/backup-framework/applications/accounts.conf
+ /usr/share/xml
+ /usr/share/libaccounts-glib/testdata
+ /usr/share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml
+ /usr/share/man/man1
+
+
+
+
+ libaccounts-glib-devel
+ Development files for libaccounts-glib
+
+ libaccounts-glib
+ glib2-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/gir-1.0/Accounts-1.0.gir
+ /usr/share/vala
+
+
+
+
+ libaccounts-glib-docs
+ data:doc
+ Help files and API documents for libaccounts-glib
+
+ libaccounts-glib
+
+
+ /usr/share/gtk-doc
+ /usr/share/doc
+
+
+
+
+
+ 2015-10-20
+ 1.18
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2013-11-11
+ 1.15
+ Version bump.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2013-07-29
+ 1.11
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-07-28
+ 1.8
+ Dep Fixed
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-07-28
+ 1.8
+ Move pc files to devel pack, rebuild
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-05-06
+ 1.8
+ Sandbox Fixed.
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-03-08
+ 1.8
+ First release
+ Erdinç Gültekin
+ erdincgultekin@gmail
+
+
+
diff --git a/programming/library/libaccounts-glib/translations.xml b/programming/library/libaccounts-glib/translations.xml
new file mode 100644
index 0000000000..4533eeb399
--- /dev/null
+++ b/programming/library/libaccounts-glib/translations.xml
@@ -0,0 +1,18 @@
+
+
+
+ libaccounts-glib
+ Accounts and SSO (Single Sign-On) framework
+ Accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.
+
+
+
+ libaccounts-glib-devel
+ Development files for libaccounts-glib
+
+
+
+ libaccounts-glib-docs
+ Help files and API documents for libaccounts-glib
+
+
\ No newline at end of file