diff --git a/network/misc/libnl/actions.py b/network/misc/libnl/actions.py
new file mode 100644
index 0000000000..c56f300979
--- /dev/null
+++ b/network/misc/libnl/actions.py
@@ -0,0 +1,20 @@
+#!/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 get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "ChangeLog")
\ No newline at end of file
diff --git a/network/misc/libnl/pspec.xml b/network/misc/libnl/pspec.xml
new file mode 100644
index 0000000000..beddc165b2
--- /dev/null
+++ b/network/misc/libnl/pspec.xml
@@ -0,0 +1,71 @@
+
+
+
+
+ libnl
+ http://people.suug.ch/~tgr/libnl
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ A library for applications dealing with netlink sockets
+ libnl is a convenience library to simplify the usage of the Linux kernel's netlink sockets interface for network manipulation.
+ http://www.infradead.org/~tgr/libnl/files/libnl-3.2.24.tar.gz
+
+
+
+ libnl
+
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+ /etc/libnl
+ /usr/sbin
+
+
+
+
+ libnl-devel
+ Development files for libnl
+
+ libnl
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2014-04-03
+ 3.2.24
+ Version bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2014-03-13
+ 3.2.23
+ Rebuild.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2013-11-19
+ 3.2.23
+ Version bump
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2012-10-14
+ 3.2.13
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/network/misc/libnl/translations.xml b/network/misc/libnl/translations.xml
new file mode 100644
index 0000000000..68c4e95a31
--- /dev/null
+++ b/network/misc/libnl/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libnl
+ Netlink soketleri erişimi için bir kitaplığı
+ libnl Linux çekirdeğinin netlink soket arayüzünü ağ ile ilgili çeşitli işlemleri kolaylaştırmak için kullanan bir kitaplığıdır.
+
+
+
+ libnl-devel
+ libnl için geliştirme dosyaları
+
+
\ No newline at end of file