diff --git a/network/component.xml b/network/component.xml
new file mode 100644
index 0000000000..7e1ba9e55c
--- /dev/null
+++ b/network/component.xml
@@ -0,0 +1,3 @@
+
+ network
+
diff --git a/network/misc/geoclue/actions.py b/network/misc/geoclue/actions.py
new file mode 100644
index 0000000000..6266341387
--- /dev/null
+++ b/network/misc/geoclue/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("NEWS", "COPYING", "README")
diff --git a/network/misc/geoclue/pspec.xml b/network/misc/geoclue/pspec.xml
new file mode 100644
index 0000000000..84db589630
--- /dev/null
+++ b/network/misc/geoclue/pspec.xml
@@ -0,0 +1,88 @@
+
+
+
+
+ geoclue
+ http://www.freedesktop.org/wiki/Software/GeoClue
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ network.misc
+ library
+ The Geoinformation Service.
+ Geoclue is a modular geoinformation service built on top of the D-Bus messaging system.
+
+ gpsd-devel
+ gtk2-devel
+
+ http://people.freedesktop.org/~hadess/geoclue-0.12.99.tar.gz
+
+
+
+
+ geoclue
+
+ gpsd
+ gtk2
+ libsoup
+ NetworkManager
+
+
+ /usr/lib/
+ /usr/share/
+ /usr/libexec/
+
+
+
+
+ geoclue-devel
+ geoclue için geliştirme dosyaları
+
+ geoclue
+
+
+ /usr/include/geoclue
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-02-12
+ 0.12.99
+ Rebuild
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-02-23
+ 0.12.99
+ rebuild
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-07-29
+ 0.12.99
+ Dep Fixed
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+ 2013-07-26
+ 0.12.99
+ Release no bump
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2012-09-03
+ 0.12.99
+ First release
+ Osman Erkan
+ osman.erkan@pisilinux.org
+
+
+
diff --git a/network/misc/geoclue/translations.xml b/network/misc/geoclue/translations.xml
new file mode 100644
index 0000000000..a5f4c042b5
--- /dev/null
+++ b/network/misc/geoclue/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ geoclue
+ The Geoinformation Service.
+ Geoclue is a modular geoinformation service built on top of the D-Bus messaging system.
+
+
+
+ geoclue-devel
+ geoclue için geliştirme dosyaları
+
+
\ No newline at end of file