# Maintainer: almack pkgname=serf pkgver=1.3.8 pkgrel=1 pkgdesc="High-performance asynchronous HTTP client library" arch=('x86_64') url="http://serf.apache.org/" license=('Apache') depends=('apr-util') makedepends=('scons') options=('!staticlibs') source=("https://archive.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2") sha1sums=('1d45425ca324336ce2f4ae7d7b4cfbc5567c5446') build() { cd ${pkgname}-${pkgver} scons PREFIX=/usr } #check() { # cd ${pkgname}-${pkgver} # scons check #} package() { cd ${pkgname}-${pkgver} install -d "${pkgdir}/usr" scons PREFIX="${pkgdir}/usr" install }