diff --git a/network/misc/libnet/actions.py b/network/misc/libnet/actions.py new file mode 100644 index 0000000000..f4fb468e83 --- /dev/null +++ b/network/misc/libnet/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/copyleft/gpl.txt. + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.autoreconf("-vfi") + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("LICENSE") \ No newline at end of file diff --git a/network/misc/libnet/pspec.xml b/network/misc/libnet/pspec.xml new file mode 100644 index 0000000000..f33950e056 --- /dev/null +++ b/network/misc/libnet/pspec.xml @@ -0,0 +1,55 @@ + + + + + libnet + https://github.com/libnet/libnet + + Blue DeviL + bluedevil@sctzine.com + + network.misc + BSD + library + app:console + Low level network library + libnet is a library to provide an API for commonly used low-level network functions. + https://github.com/libnet/libnet/archive/v1.2.tar.gz + + doxygen + + + + + libnet + Low level network library + + /usr/lib + /usr/share/man + /usr/share/doc + /usr/bin + + + + + libnet-devel + Development files for libnet + + libnet + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-11-29 + 1.2 + Version bump, moved from contrib. + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/network/misc/libnet/translations.xml b/network/misc/libnet/translations.xml new file mode 100644 index 0000000000..3c1cef0dee --- /dev/null +++ b/network/misc/libnet/translations.xml @@ -0,0 +1,14 @@ + + + + libnet + Alt seviye ağ kitaplığı + libnet sık kullanılan alt seviye ağ işlevleri için arabirim sunan bir kitaplıktır. + + + + libnet-devel + libnet için geliştirme dosyaları + libnet-devel, libnet için geliştirme dosyalarını içerir. + + \ No newline at end of file