makedepends=(apr-util  scons kerberos)

packager="Great-OS Team"
maintainer="Great-OS Team"

description="C-based HTTP client library built upon the Apache Portable Runtime (APR) library."
url="https://serf.apache.org"

name=serf
version=1.3.10	
release=1

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

cd $name-$version

scons CFLAGS="${CFLAGS}" \
      PREFIX=/usr \
      GSSAPI=/usr/bin/krb5-config
	
scons PREFIX=$PKG/usr install
}
