libraw1394-2.1.2.ebuild 635 B

12345678910111213141516171819202122
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
  5. inherit autotools-multilib
  6. DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
  7. HOMEPAGE="https://ieee1394.wiki.kernel.org/"
  8. SRC_URI="mirror://kernel/linux/libs/ieee1394/${P}.tar.xz"
  9. LICENSE="LGPL-2.1"
  10. SLOT="0"
  11. KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
  12. IUSE="static-libs"
  13. DEPEND="app-arch/xz-utils"
  14. RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r4
  15. !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"