diff --git a/programming/misc/geoip/actions.py b/programming/misc/geoip/actions.py
new file mode 100644
index 0000000000..030dcee4aa
--- /dev/null
+++ b/programming/misc/geoip/actions.py
@@ -0,0 +1,24 @@
+#!/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("--enable-shared \
+ --disable-static")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README.md", "TODO")
\ No newline at end of file
diff --git a/programming/misc/geoip/pspec.xml b/programming/misc/geoip/pspec.xml
new file mode 100644
index 0000000000..fdfe406067
--- /dev/null
+++ b/programming/misc/geoip/pspec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+ geoip
+ http://www.maxmind.com/geoip/api/c.shtml
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ C library for country/city/organization to IP address or hostname mapping
+ GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from.
+ https://github.com/maxmind/geoip-api-c/releases/download/v1.6.2/GeoIP-1.6.2.tar.gz
+
+
+
+ geoip
+
+ /etc
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /usr/bin
+ /usr/share/GeoIP
+
+
+
+
+ geoip-devel
+
+ geoip
+
+
+ /usr/include
+
+
+
+
+
+ 2014-07-14
+ 1.6.2
+ Version Bump.
+ Vedat Demir
+ vedat@pisilinux.org
+
+
+ 2014-06-12
+ 1.5.1
+ rebuild
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ 2014-01-23
+ 1.5.1
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2011-05-30
+ 1.4.7
+ First release
+ Ertuğrul Erata
+ admins@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/programming/misc/geoip/translations.xml b/programming/misc/geoip/translations.xml
new file mode 100644
index 0000000000..92fa38b1d9
--- /dev/null
+++ b/programming/misc/geoip/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ geoip
+ Ülke/şehir/organizasyon adı ile IP adresi veya makine adı eşleştirmesi için C kitaplığı
+ GeoIP, herhangi bir IP adresinin veya makine adının hangi ülkeye ait olduğunu bulmak için kullanılan bir C kitaplığıdır.
+
+
+
+ geoip-devel
+ Geoip için geliştirme dosyaları
+
+