diff --git a/network/connection/iw/actions.py b/network/connection/iw/actions.py
new file mode 100644
index 0000000000..c5b1ab5bac
--- /dev/null
+++ b/network/connection/iw/actions.py
@@ -0,0 +1,18 @@
+#!/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 shelltools
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def build():
+ shelltools.export("CFLAGS", get.CFLAGS())
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("CONTRIBUTING", "COPYING", "README")
diff --git a/network/connection/iw/pspec.xml b/network/connection/iw/pspec.xml
new file mode 100644
index 0000000000..3cb0817963
--- /dev/null
+++ b/network/connection/iw/pspec.xml
@@ -0,0 +1,103 @@
+
+
+ iw
+ https://wireless.wiki.kernel.org/en/users/documentation/iw
+
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+ GPLv2
+ app:console
+ nl80211-based configuration utility for wireless devices
+ iw is a new nl80211 based CLI configuration utility for wireless devices using the mac80211 kernel stack.
+ https://www.kernel.org/pub/software/network/iw/iw-4.3.tar.gz
+
+ libnl-devel
+
+
+
+
+ iw
+
+ libnl
+
+
+ /usr/sbin
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2016-02-18
+ 4.3
+ Version bump
+ İbrahim KARAGÜZEL
+ karaguzelibrahim@gmail.com
+
+
+ 2011-02-04
+ 0.9.22
+ Version bump
+ Ozan Çağlayan
+ ozan@pardus.org.tr
+
+
+ 2010-10-26
+ 0.9.21
+ Version bump
+ Ozan Çağlayan
+ ozan@pardus.org.tr
+
+
+ 2010-10-13
+ 0.9.20
+ Mass rebuild for Pardus 2011 Beta
+ Gökcen Eraslan
+ gokcen@pardus.org.tr
+
+
+ 2010-07-23
+ 0.9.20
+ Version bump
+ Ozan Çağlayan
+ ozan@pardus.org.tr
+
+
+ 2010-01-12
+ 0.9.19
+ Version bump to 0.9.19
+ Ozan Çağlayan
+ ozan@pardus.org.tr
+
+
+ 2009-11-23
+ 0.9.18
+ Bump to 0.9.18
+ Ozan Çağlayan
+ ozan@pardus.org.tr
+
+
+ 2009-08-12
+ 0.9.15
+ Version bump
+ Ozan Çağlayan
+ ozan@pardus.org.tr
+
+
+ 2009-06-06
+ 0.9.14
+ Version bump and take over the package.
+ Ozan Çağlayan
+ ozan@pardus.org.tr
+
+
+ 2008-08-09
+ 0.1
+ First Release
+ İşbaran Akçayır
+ isbaran@gmail.com
+
+
+
diff --git a/network/connection/iw/translations.xml b/network/connection/iw/translations.xml
new file mode 100644
index 0000000000..aa04899c32
--- /dev/null
+++ b/network/connection/iw/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ iw
+ Kablosuz cihaz sürücüleri için nl80211 tabanlı yapılandırma aracı
+ iw mac80211 protokol yığınını kullanan kablosuz aygıt sürücüleri için nl80211 tabanlı yeni bir yapılandırma aracıdır.
+
+