libmkv-0.6.5.1.ebuild 406 B

1234567891011121314151617181920
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. inherit autotools
  5. SRC_URI="https://github.com/saintdev/libmkv/archive/${PV}.tar.gz -> ${P}.tar.gz"
  6. DESCRIPTION="Lightweight Matroska muxer written for HandBrake"
  7. HOMEPAGE="https://github.com/saintdev/libmkv"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 x86"
  11. src_prepare()
  12. {
  13. eautoreconf
  14. }