void-packages/srcpkgs/libpipeline/template

19 lines
740 B
Plaintext
Raw Normal View History

# Template file for 'libpipeline'
pkgname=libpipeline
2012-09-20 14:51:31 +02:00
version=1.2.2
revision=1
build_style=gnu-configure
2012-05-28 17:07:59 +02:00
subpackages="$pkgname-devel"
short_desc="A pipeline manipulation library"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-09-20 14:51:31 +02:00
homepage="http://libpipeline.nongnu.org/"
license="GPL-2"
2012-05-28 17:07:59 +02:00
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
2012-09-20 14:51:31 +02:00
checksum=6b0e6be44479051196f80baeefeefa5fbdac428a7149b3858998769f461ba198
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)."