From 07d52dc9654d27682b88b8f123ffe1cfece7fff8 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sat, 4 Jul 2015 15:11:30 +0300 Subject: [PATCH] moved into main for pisi 2.0 --- network/misc/libndp/actions.py | 28 ++++++++++++++ network/misc/libndp/pspec.xml | 55 ++++++++++++++++++++++++++++ network/misc/libndp/translations.xml | 13 +++++++ 3 files changed, 96 insertions(+) create mode 100644 network/misc/libndp/actions.py create mode 100644 network/misc/libndp/pspec.xml create mode 100644 network/misc/libndp/translations.xml 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ı + +