# Maintainer: Jelle van der Waa <jelle@vdwaa.nl>

pkgname=pstreams
pkgver=0.8.1
pkgrel=1
pkgdesc='C++ utility for simple IOStream-based Inter-Process Communication.'
arch=('any')
url='http://pstreams.sourceforge.net'
license=('LGPL')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('d74bfa3fb292a7a0461cf0b7a240fe0f')

package() {
  cd ${pkgname}-${pkgver}

  install -D -m644 pstream.h \
    ${pkgdir}/usr/include/pstreams/pstream.h
}
