Added libpipeline-1.2.0 build template.
This commit is contained in:
parent
cc9bea8b41
commit
ac75e3c305
4 changed files with 37 additions and 0 deletions
1
srcpkgs/libpipeline-devel
Symbolic link
1
srcpkgs/libpipeline-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libpipeline
|
2
srcpkgs/libpipeline/depends
Normal file
2
srcpkgs/libpipeline/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=1.2.0"
|
||||||
|
api_depends="${abi_depends}"
|
17
srcpkgs/libpipeline/libpipeline-devel.template
Normal file
17
srcpkgs/libpipeline/libpipeline-devel.template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libpipeline-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run glibc-devel
|
||||||
|
Add_dependency run libpipeline
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||||
|
}
|
17
srcpkgs/libpipeline/template
Normal file
17
srcpkgs/libpipeline/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'libpipeline'
|
||||||
|
pkgname=libpipeline
|
||||||
|
version=1.2.0
|
||||||
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
build_style=gnu_configure
|
||||||
|
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"
|
||||||
|
Add_dependency run glibc
|
Loading…
Add table
Add a link
Reference in a new issue