serf: update to 1.3.9
This commit is contained in:
parent
e7fa64d5ad
commit
ff69947bab
2 changed files with 5 additions and 9 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'serf'
|
# Template file for 'serf'
|
||||||
pkgname=serf
|
pkgname=serf
|
||||||
version=1.3.8
|
version=1.3.9
|
||||||
revision=10
|
revision=1
|
||||||
hostmakedepends="unzip scons"
|
build_style=scons
|
||||||
|
hostmakedepends="scons apr-util-devel"
|
||||||
makedepends="zlib-devel gdbm-devel libressl-devel apr-util-devel"
|
makedepends="zlib-devel gdbm-devel libressl-devel apr-util-devel"
|
||||||
short_desc="High-performance asynchronous HTTP client library"
|
short_desc="High-performance asynchronous HTTP client library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://serf.apache.org"
|
homepage="http://serf.apache.org"
|
||||||
distfiles="https://archive.apache.org/dist/serf/serf-${version}.tar.bz2"
|
distfiles="https://archive.apache.org/dist/serf/serf-${version}.tar.bz2"
|
||||||
checksum=e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590
|
checksum=549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc
|
||||||
|
|
||||||
do_build() {
|
|
||||||
scons ${makejobs} CC="$CC" CFLAGS="$CFLAGS" PREFIX=/usr
|
|
||||||
}
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr
|
|
||||||
scons PREFIX=${DESTDIR}/usr install
|
scons PREFIX=${DESTDIR}/usr install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
site="http://serf.googlecode.com/svn/src_releases/"
|
|
Loading…
Add table
Add a link
Reference in a new issue