aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-16 19:08:42 +0100
committerMattias Andrée <maandree@kth.se>2017-11-16 19:08:42 +0100
commit78587d74d77607aa05b3853dd6c81256407a4c1a (patch)
tree96111e4687a346a7f422a0bc83966c4a3a8fa9c2 /dist/archlinux/stable/PKGBUILD
parentupdate dist (diff)
downloadcmdipc-78587d74d77607aa05b3853dd6c81256407a4c1a.tar.gz
cmdipc-78587d74d77607aa05b3853dd6c81256407a4c1a.tar.bz2
cmdipc-78587d74d77607aa05b3853dd6c81256407a4c1a.tar.xz
Remove dist
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r--dist/archlinux/stable/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
deleted file mode 100644
index b6eacc2..0000000
--- a/dist/archlinux/stable/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=cmdipc
-pkgver=1.3
-pkgrel=1
-pkgdesc="System V and POSIX IPC from the command line"
-arch=(any)
-url="https://github.com/maandree/cmdipc"
-license=('GPL3' 'custom:GFDL1.3')
-depends=(python3 python-posix_ipc python-sysv-ipc argparser)
-makedepends=(make sed zip texinfo)
-install=cmdipc.install
-source=($url/archive/$pkgver.tar.gz)
-sha256sums=(1f1eb0e18678140ef7b0f1f30ae11ec8aef8357aec61fd67fb0129fe5bd8d70b)
-
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX=/usr
-}
-
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX=/usr install DESTDIR="$pkgdir"
-}
-