From b618c3d0693aec564c6746238fd05d94e31d3b76 Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 3 Apr 2012 14:54:55 +0000 Subject: Tue Apr 3 14:54:45 UTC 2012 --- community/pstreams/PKGBUILD | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 community/pstreams/PKGBUILD (limited to 'community/pstreams') 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 - -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 -} -- cgit v1.2.3-54-g00ecf