Date: Saturday, July 29, 2017 @ 05:49:37
  Author: andyrtr
Revision: 301361

archrelease: copy trunk to testing-i686, testing-x86_64

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

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: libpipeline/repos/testing-i686/PKGBUILD (from rev 301360, 
libpipeline/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2017-07-29 05:49:37 UTC (rev 301361)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+
+pkgname=libpipeline
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way"
+arch=('i686' 'x86_64')
+url="http://libpipeline.nongnu.org/";
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('fef1fc9aa40ce8796f18cd1aecd888a9484a9556c8b0f8d07c863578277679be'
+            '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
+}

Copied: libpipeline/repos/testing-x86_64/PKGBUILD (from rev 301360, 
libpipeline/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2017-07-29 05:49:37 UTC (rev 301361)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+
+pkgname=libpipeline
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way"
+arch=('i686' 'x86_64')
+url="http://libpipeline.nongnu.org/";
+license=('GPL')
+depends=('glibc')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('fef1fc9aa40ce8796f18cd1aecd888a9484a9556c8b0f8d07c863578277679be'
+            '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