From a6d37602ea87499aa20e5b2b0aa9fd93d4f62c18 Mon Sep 17 00:00:00 2001 From: Shayne Sweeney Date: Sun, 23 Oct 2016 11:53:42 -0700 Subject: [PATCH] Add nss-mdns package --- Makefile | 1 + package.yml | 16 ++++++++++++++++ pspec_x86_64.xml | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 Makefile create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..103b450 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : nss-mdns +version : 0.10 +release : 1 +source : + - http://0pointer.de/lennart/projects/nss-mdns/nss-mdns-0.10.tar.gz : 1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d +license : GPL-2.0 +component : desktop.core +summary : A plugin providing host name resolution via mDNS +description: | + nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing host name resolution via Multicast DNS (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..6c3d76d --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + nss-mdns + + Automated Package Build + no.email.set.in.config + + GPL-2.0 + desktop.core + A plugin providing host name resolution via mDNS + nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing host name resolution via Multicast DNS (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. + + https://solus-project.com/sources/README.Solus + + + nss-mdns + A plugin providing host name resolution via mDNS + nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing host name resolution via Multicast DNS (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local. + + desktop.core + + /usr/lib64/lib*.so.* + + + + + 2016-10-23 + 0.1 + Packaging update + Automated Package Build + no.email.set.in.config + + + \ No newline at end of file -- 2.10.1