diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/pstreams |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/pstreams')
-rw-r--r-- | community/pstreams/PKGBUILD | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/community/pstreams/PKGBUILD b/community/pstreams/PKGBUILD new file mode 100644 index 000000000..62b446587 --- /dev/null +++ b/community/pstreams/PKGBUILD @@ -0,0 +1,18 @@ +# Maintainer: Paulo Matias <matiasΘarchlinux-br·org> + +pkgname=pstreams +pkgver=0.7.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/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('6154b8df98487bd28eb50ad85d5cdba0') + +package() { + cd ${pkgname}-${pkgver} + + install -D -m644 pstream.h \ + ${pkgdir}/usr/include/pstreams/pstream.h +} |