Merge remote-tracking branch 'github/pr/760'.
[gentoo.git] / dev-libs / libpipeline / libpipeline-1.3.1.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6
7 inherit autotools-utils
8
9 DESCRIPTION="a pipeline manipulation library"
10 HOMEPAGE="http://libpipeline.nongnu.org/"
11 SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
12
13 LICENSE="GPL-3"
14 SLOT="0"
15 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
16 IUSE="static-libs test"
17
18 DEPEND="virtual/pkgconfig
19         test? ( dev-libs/check )"