diff --git a/network/connection/netcf/actions.py b/network/connection/netcf/actions.py
new file mode 100644
index 0000000000..0175beef4d
--- /dev/null
+++ b/network/connection/netcf/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.autoreconf("-fi")
+ autotools.configure("--disable-static \
+ --with-init-script=none \
+ --with-driver=redhat")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ #pisitools.removeDir("/etc")
+
+ pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog", "README", "NEWS")
diff --git a/network/connection/netcf/pspec.xml b/network/connection/netcf/pspec.xml
new file mode 100644
index 0000000000..329ee179fc
--- /dev/null
+++ b/network/connection/netcf/pspec.xml
@@ -0,0 +1,100 @@
+
+
+
+
+ netcf
+ https://fedorahosted.org/netcf
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2+
+ app:console
+ library
+ A library for configuring network interfaces
+ netcf is a cross-platform network configuration library for modifying the network configuration of a system. Network configurations are expressed in XML format.
+ https://fedorahosted.org/released/netcf/netcf-0.2.8.tar.gz
+
+ libxml2-devel
+ libxslt-devel
+ libnl-devel
+ readline-devel
+
+
+
+
+ netcf
+
+ zlib
+ libnl
+ augeas
+ libxml2
+ libxslt
+ readline
+ libgcrypt
+ libgpg-error
+
+
+ /usr/bin
+ /usr/libexec/
+ /etc/rc.d/init.d
+ /usr/lib
+ /usr/share/netcf
+ /usr/share/doc
+ /usr/share/man/man1/ncftool.1
+
+
+
+
+ netcf-devel
+ Development files for netcf
+
+ augeas-devel
+ libxslt-devel
+ netcf
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+ /usr/share/man/man3
+
+
+
+
+
+ 2015-12-31
+ 0.2.8
+ Version bump.
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+ 2015-02-16
+ 0.2.6
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-04-07
+ 0.2.3
+ Rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-01-30
+ 0.2.3
+ rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2013-01-14
+ 0.2.3
+ First release
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+
diff --git a/network/connection/netcf/translations.xml b/network/connection/netcf/translations.xml
new file mode 100644
index 0000000000..bafa8434e1
--- /dev/null
+++ b/network/connection/netcf/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ netcf
+ Ağ arayüzlerini yapılandırmak için geliştirilmiş bir kitaplık
+ netcf, XML biçiminde tuttuğu ağ arayüz bilgilerini kullanarak platform-bağımsız ağ yapılandırması olanağı sunan bir kitaplıktır.
+
+
+
+ netcf-devel
+ netcf için geliştirme dosyaları
+
+