libpipeline: update to 1.2.1.
This commit is contained in:
parent
739a9db5cf
commit
09dc16e533
2 changed files with 12 additions and 14 deletions
srcpkgs/libpipeline
|
@ -1,16 +1,14 @@
|
||||||
# Template file for 'libpipeline-devel'.
|
# Template file for 'libpipeline-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libpipeline"
|
noarch=yes
|
||||||
|
depends="glibc-devel libpipeline>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
vmove usr/include usr
|
||||||
{
|
vmove usr/share usr
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libpipeline'
|
# Template file for 'libpipeline'
|
||||||
pkgname=libpipeline
|
pkgname=libpipeline
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
subpackages="$pkgname-devel"
|
||||||
|
homepage="http://libpipeline.nongnu.org/"
|
||||||
|
license="GPL-2"
|
||||||
short_desc="A pipeline manipulation library"
|
short_desc="A pipeline manipulation library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b1c83ad98fb58542594ba631a4e6c70cdb090bb6798e6eb26afe9cc39babbb8e
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum=9526292df2d42622c8ba86adc9fa0ac01f665b939b9ae8fc71ba340d17900209
|
||||||
long_desc="
|
long_desc="
|
||||||
libpipeline is a C library for setting up and running pipelines of
|
libpipeline is a C library for setting up and running pipelines of
|
||||||
processes, without needing to involve shell command-line parsing which is
|
processes, without needing to involve shell command-line parsing which is
|
||||||
often error-prone and insecure. This alleviates programmers of the need to
|
often error-prone and insecure. This alleviates programmers of the need to
|
||||||
laboriously construct pipelines using lower-level primitives such as fork(2)
|
laboriously construct pipelines using lower-level primitives such as fork(2)
|
||||||
and execve(2)."
|
and execve(2)."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Reference in a new issue