core/libpipeline/Pkgfile

16 lines
412 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
2022-04-25 11:56:50 +02:00
version=1.5.6
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
}