diff --git a/network/misc/libndp/actions.py b/network/misc/libndp/actions.py
new file mode 100644
index 0000000000..aed4e19ed5
--- /dev/null
+++ b/network/misc/libndp/actions.py
@@ -0,0 +1,28 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 2.
+# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+
+def setup():
+ autotools.configure("--prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static \
+ --libexecdir=/usr/lib")
+
+def build():
+ autotools.make()
+
+#def check():
+# autotools.make("check")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ pisitools.dodoc("COPYING", "README")
diff --git a/network/misc/libndp/pspec.xml b/network/misc/libndp/pspec.xml
new file mode 100644
index 0000000000..14d00d7fbc
--- /dev/null
+++ b/network/misc/libndp/pspec.xml
@@ -0,0 +1,55 @@
+
+
+
+
+ libndp
+ http://libndp.org/
+
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+ GPLv2+
+ library
+ Library for Neighbor Discovery Protocol
+ Library for Neighbor Discovery Protocol
+ http://libndp.org/files/libndp-1.4.tar.gz
+
+ glibc-devel
+
+
+
+
+ libndp
+
+ /etc
+ /usr/share
+ /etc/dbus-1
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ libndp-devel
+ Development files for NetworkManager
+
+ libndp
+
+
+ /usr/include
+ /usr/lib/pkgconfig/
+
+
+
+
+
+ 2015-01-07
+ 1.4
+ First release
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
+
+
\ No newline at end of file
diff --git a/network/misc/libndp/translations.xml b/network/misc/libndp/translations.xml
new file mode 100644
index 0000000000..390bb5d79a
--- /dev/null
+++ b/network/misc/libndp/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libndp
+ Ağ tarama protokolü için kitaplık
+ Ağ tarama protokolü için kitaplık
+
+
+
+ libndp
+ libndp için geliştirme dosyaları
+
+