diff --git a/util/crypt/gpgme/actions.py b/util/crypt/gpgme/actions.py
new file mode 100644
index 0000000000..9b12722426
--- /dev/null
+++ b/util/crypt/gpgme/actions.py
@@ -0,0 +1,25 @@
+#!/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 get
+
+def setup():
+ autotools.configure("--disable-fd-passing \
+ --disable-static \
+ --disable-gpgsm-test")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
diff --git a/util/crypt/gpgme/pspec.xml b/util/crypt/gpgme/pspec.xml
new file mode 100644
index 0000000000..8db0787bfe
--- /dev/null
+++ b/util/crypt/gpgme/pspec.xml
@@ -0,0 +1,103 @@
+
+
+
+
+ gpgme
+ http://www.gnupg.org/gpgme.html
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ LGPLv2
+ library
+ GnuPG Made Easy is a library for making GnuPG easier to use
+ GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management.
+ ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.5.5.tar.bz2
+
+ gnupg
+ libgpg-error-devel
+ libassuan-devel
+
+
+
+
+ gpgme
+
+ gnupg
+ libgpg-error
+ libassuan
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/common-lisp
+ /usr/share/doc
+ /usr/share/info
+
+
+
+
+ gpgme-devel
+ Development files for gpgme
+
+ gpgme
+
+
+ /usr/include
+ /usr/share/aclocal
+
+
+
+
+
+ 2015-08-21
+ 1.5.5
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2015-04-14
+ 1.5.3
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2014-12-13
+ 1.5.2
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-10-31
+ 1.5.1
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-06-29
+ 1.5.0
+ Version bump.
+ Vedat Demir
+ vedat@pisilinux.org
+
+
+ 2014-01-25
+ 1.4.3
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-09-30
+ 1.3.2
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/util/crypt/gpgme/translations.xml b/util/crypt/gpgme/translations.xml
new file mode 100644
index 0000000000..6d8e89d41d
--- /dev/null
+++ b/util/crypt/gpgme/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ gpgme
+ GnuPG Made Easy, GnuPG kullanmayı kolaylaştıran bir kütüphanedir
+ GPGME daha kolay uygulanması amacıyla GnuPG ye erişimi sağlamak için tasarlanmış bir kütüphanedir. Şifreleme, şifre çözme, imzalama, imza kontrolü ve anahtar yönetimi için yüksek düzeyde gizli uygulama programlama arayüzü sağlar.
+ GPGME est une librairie conçue pour donner aux applications un accès plus facile à GnuPG. Elle fournit une interface de programmation d'application (API) de haut niveau pour la cryptographie permettant de crypter, décrypter, signer, vérifier les signatures et la gestion de clefs.
+ GPGME es una librería diseñada para simplificar el acceso a GnuPG para aplicaciones. Facilita una interfaz de programación de aplicación (API) de alto nivel para encriptación, decriptación, firmas, verificación de firmas y administración de llaves.
+
+
+
+ gpgme-devel
+ gpgme için geliştirme dosyaları
+
+