# Description: A C library for manipulating pipelines of subprocesses in a flexible and convenient way # URL: http://libpipeline.nongnu.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=libpipeline version=1.3.0 release=1 source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }