Page MenuHomeSolus

D413.diff
No OneTemporary

D413.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,18 @@
+name : unbound
+version : 1.6.3
+release : 1
+source :
+ - https://www.unbound.net/downloads/unbound-1.6.3.tar.gz : 4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f
+license : BSD-3-Clause
+component : network.util
+summary : Unbound is a validating, recursive, and caching DNS resolver.
+description: |
+ Unbound is a validating, recursive, and caching DNS resolver.
+builddeps :
+ - pkgconfig(libevent)
+setup : |
+ %configure --disable-static
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,51 @@
+<PISI>
+ <Source>
+ <Name>unbound</Name>
+ <Packager>
+ <Name>Laurent Teixeira</Name>
+ <Email>captain.tearow@protonmail.com</Email>
+ </Packager>
+ <License>BSD-3-Clause</License>
+ <PartOf>network.util</PartOf>
+ <Summary xml:lang="en">Unbound is a validating, recursive, and caching DNS resolver.</Summary>
+ <Description xml:lang="en">Unbound is a validating, recursive, and caching DNS resolver.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>unbound</Name>
+ <Summary xml:lang="en">Unbound is a validating, recursive, and caching DNS resolver.</Summary>
+ <Description xml:lang="en">Unbound is a validating, recursive, and caching DNS resolver.
+</Description>
+ <PartOf>network.util</PartOf>
+ <Files>
+ <Path fileType="config">/etc/unbound/unbound.conf</Path>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="executable">/usr/sbin</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>unbound-devel</Name>
+ <Summary xml:lang="en">Development files for unbound</Summary>
+ <Description xml:lang="en">Unbound is a validating, recursive, and caching DNS resolver.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">unbound</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-06-24</Date>
+ <Version>1.6.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Laurent Teixeira</Name>
+ <Email>captain.tearow@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 2:13 AM (23 h, 5 s ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5836378
Default Alt Text
D413.diff (3 KB)

Event Timeline