# # Pipeline manipulation library. # # Libpipeline is a C library for setting up and running pipelines of # processes, without needing to involve shell command-line parsing # which is often error-prone and insecure. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libpipeline pkgversion=1.5.7 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libpipeline_1.5.7_amd64-1@libs blurb="Pipeline manipulation library." homepage="https://libpipeline.nongnu.org" license="GPLv3+" fetch="https://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.5.7.tar.gz" replace=""