core/libpipeline/Pkgfile

17 lines
452 B
Plaintext
Raw Normal View History

# 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
name=libpipeline
2014-10-30 13:39:15 +01:00
version=1.4.0
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}