From 90cc2e1d4ead55d4a6ddc0e925ac674a7cbf0bd9 Mon Sep 17 00:00:00 2001 From: Ricky Grassmuck Date: Thu, 6 Apr 2017 01:21:42 -0500 Subject: [PATCH 1/1] Updated to include the nsupdate utility --- Makefile | 1 + abi_used_libs | 5 +++++ package.yml | 23 +++++++++++++++++++++++ pspec_x86_64.xml | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs 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/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..23f99f2 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,5 @@ +libc.so.6 +libcrypto.so.1.0.0 +libpthread.so.0 +libreadline.so.6 +libxml2.so.2 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..4fa7598 --- /dev/null +++ b/package.yml @@ -0,0 +1,23 @@ +name : bind-utils +version : 9.11.0_p3 +release : 5 +source : + - ftp://ftp.isc.org/isc/bind9/9.11.0-P3/bind-9.11.0-P3.tar.gz : 0feee0374bcbdee73a9d4277f3c5007622279572d520d7c27a4b64015d8ca9e9 +license : ISC +component : network.util +summary : Client side programs nslookup, dig and host. +description: | + Client side programs nslookup, dig and host. +setup : | + %configure +build : | + %make -C lib/dns + %make -C lib/isc + %make -C lib/bind9 + %make -C lib/isccfg + %make -C lib/lwres + %make -C bin/dig + %make -C bin/nsupdate +install : | + %make_install -C bin/dig + %make_install -C bin/nsupdate diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..ceb7f0e --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + bind-utils + + Ricky Grassmuck + rigrassm@gmail.com + + ISC + network.util + Client side programs nslookup, dig and host. + Client side programs nslookup, dig and host. + + https://solus-project.com/sources/README.Solus + + + bind-utils + Client side programs nslookup, dig and host. + Client side programs nslookup, dig and host. + + network.util + + /usr/bin + /usr/share/man + + + + + 2017-04-06 + 9.11.0_p3 + Packaging update + Ricky Grassmuck + rigrassm@gmail.com + + + \ No newline at end of file -- 2.12.2