diff options
Diffstat (limited to 'testing/libpipeline/PKGBUILD')
-rw-r--r-- | testing/libpipeline/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/libpipeline/PKGBUILD b/testing/libpipeline/PKGBUILD deleted file mode 100644 index 086d93d54..000000000 --- a/testing/libpipeline/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 119506 2011-04-11 19:53:04Z andyrtr $ -# Maintainer: Andreas Radke <andyrtr@archlinux.org> - -pkgname=libpipeline -pkgver=1.2.0 -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') -groups=('base') -depends=('glibc') -options=('!libtool') -source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz) -md5sums=('dd3a987a0d2b594716baee2f73d61ae3') - -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 -} |