[arch-commits] Commit in (4 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Apr 11 19:47:31 UTC 2011


    Date: Monday, April 11, 2011 @ 15:47:30
  Author: andyrtr
Revision: 119505

initial commit; pkg required for man-db

Added:
  libpipeline/
  libpipeline/repos/
  libpipeline/trunk/
  libpipeline/trunk/PKGBUILD

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

Added: libpipeline/trunk/PKGBUILD
===================================================================
--- libpipeline/trunk/PKGBUILD	                        (rev 0)
+++ libpipeline/trunk/PKGBUILD	2011-04-11 19:47:30 UTC (rev 119505)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libpipeline
+pkgver=1.2.0
+pkgrel=1
+epoch=
+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')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
+noextract=()
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: libpipeline/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list