PKGBUILDs/community/pstreams/PKGBUILD

19 lines
522 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# Maintainer: Paulo Matias <matiasΘarchlinux-br·org>
pkgname="pstreams"
pkgver="0.6.0"
pkgrel=1
pkgdesc="C++ utility for simple IOStream-based Inter-Process Communication"
arch=('i686' 'x86_64')
url="http://pstreams.sourceforge.net"
license=('LGPL')
source=("http://downloads.sourceforge.net/pstreams/$pkgname-$pkgver.tar.gz")
md5sums=('a12c2793937c2ea1bee04827d7b2ca63')
build() {
cd "$srcdir/$pkgname-$pkgver"
install -d "$pkgdir/usr/include/pstreams"
install -m644 pstream.h "$pkgdir/usr/include/pstreams"
}