Date: Tuesday, November 14, 2017 @ 18:31:04
  Author: andyrtr
Revision: 309928

archrelease: copy trunk to testing-x86_64

Added:
  libpipeline/repos/testing-x86_64/
  libpipeline/repos/testing-x86_64/PKGBUILD
    (from rev 309927, libpipeline/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: libpipeline/repos/testing-x86_64/PKGBUILD (from rev 309927, 
libpipeline/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-11-14 18:31:04 UTC (rev 309928)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+
+pkgname=libpipeline
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way"
+arch=('x86_64')
+url="https://libpipeline.nongnu.org/";
+license=('GPL')
+depends=('glibc')
+source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('0d72e12e4f2afff67fd7b9df0a24d7ba42b5a7c9211ac5b3dcccc5cd8b286f2b'
+            'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 
<cjwat...@debian.org>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Reply via email to