libpipeline: rebuild for -dbg pkgs; remove long_desc.
This commit is contained in:
parent
bf7f4fcfec
commit
8bc9bd8365
2 changed files with 1 additions and 10 deletions
|
@ -3,9 +3,6 @@
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="glibc-devel libpipeline>=$version"
|
depends="glibc-devel libpipeline>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libpipeline'
|
# Template file for 'libpipeline'
|
||||||
pkgname=libpipeline
|
pkgname=libpipeline
|
||||||
version=1.2.2
|
version=1.2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
short_desc="A pipeline manipulation library"
|
short_desc="A pipeline manipulation library"
|
||||||
|
@ -10,9 +10,3 @@ homepage="http://libpipeline.nongnu.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=6b0e6be44479051196f80baeefeefa5fbdac428a7149b3858998769f461ba198
|
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)."
|
|
||||||
|
|
Loading…
Reference in a new issue