diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 12:34:56 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 12:34:56 +0000 |
commit | 26b3433e35829380f1c0912a7642a900f2cbdac6 (patch) | |
tree | f685b311dcd967f1088825bd8c80a4557a5d7d90 /openwrt/package/howl/ipkg | |
parent | 8af5097ce45bf788b699813c790964a59f250ecb (diff) | |
download | mtk-20170518-26b3433e35829380f1c0912a7642a900f2cbdac6.zip mtk-20170518-26b3433e35829380f1c0912a7642a900f2cbdac6.tar.gz mtk-20170518-26b3433e35829380f1c0912a7642a900f2cbdac6.tar.bz2 |
Add howl package
SVN-Revision: 907
Diffstat (limited to 'openwrt/package/howl/ipkg')
-rw-r--r-- | openwrt/package/howl/ipkg/autoipd.control | 9 | ||||
-rw-r--r-- | openwrt/package/howl/ipkg/howl-utils.control | 9 | ||||
-rw-r--r-- | openwrt/package/howl/ipkg/libhowl.control | 8 | ||||
-rw-r--r-- | openwrt/package/howl/ipkg/mdnsresponder.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/howl/ipkg/mdnsresponder.control | 9 | ||||
-rw-r--r-- | openwrt/package/howl/ipkg/nifd.control | 9 |
6 files changed, 45 insertions, 0 deletions
diff --git a/openwrt/package/howl/ipkg/autoipd.control b/openwrt/package/howl/ipkg/autoipd.control new file mode 100644 index 0000000..ff71eec --- /dev/null +++ b/openwrt/package/howl/ipkg/autoipd.control @@ -0,0 +1,9 @@ +Package: autoipd +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/howl/ +Description: an IPv4 Link-Local address self-assigner daemon +Depends: libhowl, libpthread diff --git a/openwrt/package/howl/ipkg/howl-utils.control b/openwrt/package/howl/ipkg/howl-utils.control new file mode 100644 index 0000000..9b99d22 --- /dev/null +++ b/openwrt/package/howl/ipkg/howl-utils.control @@ -0,0 +1,9 @@ +Package: howl-utils +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/howl/ +Description: a ZeroConf (aka RendezVous) implementation (utilities) +Depends: libhowl, libpthread diff --git a/openwrt/package/howl/ipkg/libhowl.control b/openwrt/package/howl/ipkg/libhowl.control new file mode 100644 index 0000000..62d38b3 --- /dev/null +++ b/openwrt/package/howl/ipkg/libhowl.control @@ -0,0 +1,8 @@ +Package: libhowl +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/howl/ +Description: a ZeroConf (aka RendezVous) implementation (library) diff --git a/openwrt/package/howl/ipkg/mdnsresponder.conffiles b/openwrt/package/howl/ipkg/mdnsresponder.conffiles new file mode 100644 index 0000000..eaf1aea --- /dev/null +++ b/openwrt/package/howl/ipkg/mdnsresponder.conffiles @@ -0,0 +1 @@ +/etc/mDNSResponder.conf diff --git a/openwrt/package/howl/ipkg/mdnsresponder.control b/openwrt/package/howl/ipkg/mdnsresponder.control new file mode 100644 index 0000000..ba9f15e --- /dev/null +++ b/openwrt/package/howl/ipkg/mdnsresponder.control @@ -0,0 +1,9 @@ +Package: mdnsresponder +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/howl/ +Description: an mDNS (Multicast DNS) service responder daemon +Depends: libhowl, libpthread diff --git a/openwrt/package/howl/ipkg/nifd.control b/openwrt/package/howl/ipkg/nifd.control new file mode 100644 index 0000000..3c148d5 --- /dev/null +++ b/openwrt/package/howl/ipkg/nifd.control @@ -0,0 +1,9 @@ +Package: nifd +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/howl/ +Description: a network interface monitor daemon +Depends: libhowl |