2014-04-23 12:43:21 -05:00
|
|
|
# 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
|
2020-08-15 13:20:47 +02:00
|
|
|
version=1.5.3
|
2014-04-23 12:43:21 -05:00
|
|
|
release=1
|
|
|
|
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2015-07-25 23:01:33 +02:00
|
|
|
./configure --prefix=/usr
|
2014-04-23 12:43:21 -05:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|