libavc1394-0.5.3.ebuild 587 B

123456789101112131415161718192021
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="library for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set"
  4. HOMEPAGE="https://sourceforge.net/projects/libavc1394/"
  5. SRC_URI="mirror://sourceforge/libavc1394/${P}.tar.gz"
  6. LICENSE="LGPL-2.1"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
  9. IUSE=""
  10. RDEPEND=">=sys-libs/libraw1394-0.8"
  11. DEPEND="${RDEPEND}
  12. virtual/pkgconfig"
  13. src_install() {
  14. emake DESTDIR="${D}" install || die
  15. dodoc AUTHORS ChangeLog NEWS README TODO
  16. }