summaryrefslogtreecommitdiff
path: root/community/pstreams
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-04-03 14:54:55 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-04-03 14:54:55 +0000
commitb618c3d0693aec564c6746238fd05d94e31d3b76 (patch)
tree4a4834f3097bba25dba1adeba4324080c1b4bf7b /community/pstreams
parent8cb5196780766f47b595410eed8ddbee2e8add08 (diff)
Tue Apr 3 14:54:45 UTC 2012
Diffstat (limited to 'community/pstreams')
-rw-r--r--community/pstreams/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/community/pstreams/PKGBUILD b/community/pstreams/PKGBUILD
deleted file mode 100644
index 62b446587..000000000
--- a/community/pstreams/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}