description="C-based HTTP client library built upon the Apache Portable Runtime (APR) library."

packager="spiky <spiky@nutyx.org>"
contributors="Berlius,Tnut"

makedepends=(apr-util openssl scons kerberos)

name=serf
version=1.3.10	
release=2

source=(https://archive.apache.org/dist/$name/$name-$version.tar.bz2)
 
build() {

cd $name-$version
	
sed -i "/Append/s:RPATH=libdir,::"   SConstruct
sed -i "/Default/s:lib_static,::"    SConstruct
sed -i "/Alias/s:install_static,::"  SConstruct
sed -i "/  print/{s/print/print(/; s/$/)/}" SConstruct
#sed -i "/get_contents()/s/,/.decode()&/" SConstruct

scons PREFIX=/usr

scons PREFIX=$PKG/usr install

}
