2014-04-23 12:43:21 -05:00
|
|
|
# Description: A C library for manipulating pipelines of subprocesses in a flexible and convenient way
|
2021-12-13 12:11:08 +01:00
|
|
|
# URL: https://libpipeline.nongnu.org/
|
2014-04-23 12:43:21 -05:00
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
|
|
|
|
|
|
name=libpipeline
|
2022-11-14 20:46:39 +00:00
|
|
|
version=1.5.7
|
2014-04-23 12:43:21 -05:00
|
|
|
release=1
|
|
|
|
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
2021-11-10 10:43:27 +01:00
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2014-04-23 12:43:21 -05:00
|
|
|
}
|