Merge pull request #9124 from IdrisKalp/master

neon
This commit is contained in:
Idris Kalp
2021-03-11 17:53:15 +03:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -9,7 +9,6 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vfi")
autotools.configure("--with-libxml2 \
--with-expat \
--without-gssapi \
+1 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>HTTP and WebDAV client library</Summary>
<Description>neon is an HTTP and WebDAV client library with a C interface; providing a high-level interface to HTTP and WebDAV methods along with a low-level interface for HTTP request handling.</Description>
<Archive sha1sum="2b82f184f573e82a7ec8a26fe6d6d608d0887426" type="targz">https://github.com/notroj/neon/archive/0.31.2.tar.gz</Archive>
<Archive sha1sum="ca4df4d726d7adef70dff1a32766ca54519a0958" type="targz">https://github.com/notroj/neon/archive/0.31.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>expat-devel</Dependency>