# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit libtool DESCRIPTION="mp4 time code editor" HOMEPAGE="https://github.com/nu774/mp4fpsmod" SRC_URI="https://github.com/nu774/${PN}/archive/${P}.tar.xz" LICENSE="BSD,public-domain,Boost-1.0" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" src_prepare() { ./bootstrap.sh elibtoolize }