21cb4d6aa10f3c4b1d25c751d01c03b27fa67d88
[gentoo.git] / dev-libs / libpipeline / libpipeline-1.4.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5
6 inherit autotools-utils
7
8 DESCRIPTION="a pipeline manipulation library"
9 HOMEPAGE="http://libpipeline.nongnu.org/"
10 SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
11
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
15 IUSE="static-libs test"
16 RESTRICT="!test? ( test )"
17
18 DEPEND="virtual/pkgconfig
19         test? ( dev-libs/check )"
20
21 PATCHES=(
22         "${FILESDIR}"/${PN}-1.4.1-gnulib-cygwin-sys_select.patch
23         "${FILESDIR}"/${PN}-1.4.1-gnulib-darwin-program_name.patch
24 )