dev-libs/libpipeline-1.4.2-r0: alpha stable
[gentoo.git] / dev-libs / libpipeline / libpipeline-1.4.2.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
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 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
15 IUSE="static-libs test"
16
17 DEPEND="virtual/pkgconfig
18         test? ( dev-libs/check )"
19
20 PATCHES=(
21         "${FILESDIR}"/${PN}-1.4.1-gnulib-cygwin-sys_select.patch
22         "${FILESDIR}"/${PN}-1.4.1-gnulib-darwin-program_name.patch
23 )