# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit autotools libtool DESCRIPTION="command line frontend for libfdk-aac encoder" HOMEPAGE="https://github.com/nu774/fdkaac" SRC_URI="https://github.com/nu774/${PN}/archive/v${PV}.tar.gz" LICENSE="Zlib,BSD,BSD-4-clause,BSD-style,MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="media-libs/fdk-aac" RDEPEND="" src_prepare() { eautoreconf elibtoolize } src_install() { emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog README doman man/fdkaac.1 }