#!/bin/sh MAKEDEPS="make " DEPS="musl" PKG_VER=1.5.6 SOURCE=http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$PKG_VER.tar.gz DESC="A library for manipulating pipelines of subprocesses in a flexible and convenient way" build () { ./configure --prefix=/usr make } package () { make DESTDIR=$PKG_DEST install }