2011-04-12 06:57:57 +00:00
|
|
|
# Template file for 'libpipeline'
|
|
|
|
pkgname=libpipeline
|
|
|
|
version=1.2.0
|
|
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-12 05:01:02 +00:00
|
|
|
revision=1
|
2011-04-12 06:57:57 +00:00
|
|
|
short_desc="A pipeline manipulation library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=b1c83ad98fb58542594ba631a4e6c70cdb090bb6798e6eb26afe9cc39babbb8e
|
|
|
|
long_desc="
|
|
|
|
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. This alleviates programmers of the need to
|
|
|
|
laboriously construct pipelines using lower-level primitives such as fork(2)
|
|
|
|
and execve(2)."
|
|
|
|
|
|
|
|
subpackages="$pkgname-devel"
|