summaryrefslogtreecommitdiff
path: root/community/pstreams/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pstreams/PKGBUILD')
-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 a27c1066b..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' 'mips64el')
-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
-}