@@ -8,11 +8,11 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import scons
|
||||
|
||||
def build():
|
||||
scons.make("PREFIX=/usr/ LIBDIR=/usr/lib")
|
||||
scons.make("PREFIX=/usr/ LIBDIR=/usr/lib GSSAPI=/usr/bin/krb5-config")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/include/serf-1/", "serf*.h")
|
||||
pisitools.insinto("/usr/lib/", "libserf-1*")
|
||||
pisitools.insinto("/usr/lib/pkgconfig/", "serf-1.pc")
|
||||
|
||||
pisitools.dodoc("CHANGES", "LICENSE", "NOTICE", "README")
|
||||
pisitools.dodoc("CHANGES", "LICENSE", "NOTICE", "README")
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>High-performance asynchronous HTTP client library.</Summary>
|
||||
<Description>The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.</Description>
|
||||
<Archive sha1sum="1d45425ca324336ce2f4ae7d7b4cfbc5567c5446" type="tarbz2">https://archive.apache.org/dist/serf/serf-1.3.8.tar.bz2</Archive>
|
||||
<Archive sha1sum="26015c63e3bbb108c1689bf2090e4c26351db674" type="tarbz2">https://archive.apache.org/dist/serf/serf-1.3.9.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>db-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -20,7 +20,7 @@
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>apr-devel</Dependency>
|
||||
<Dependency>apr-util-devel</Dependency>
|
||||
<Dependency>scons</Dependency>
|
||||
<Dependency>scons</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -54,6 +54,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2017-02-21</Date>
|
||||
<Version>1.3.9</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-06-09</Date>
|
||||
<Version>1.3.8</Version>
|
||||
|
||||
Reference in New Issue
Block a user