# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU Lesser General Public License # $Header: /usr/portage/media-video/framecalc/framecalc-0.1.ebuild 2005/09/18 10:32:44 $ inherit eutils DESCRIPTION="A very small console utility to calculate frames out of time given and the other way around" SRC_URI="http://www.zapstudio.net/software/framecalc/releases/${P}.tar.gz" HOMEPAGE="http://www.zapstudio.net/software/framecalc" SLOT="0" LICENSE="LGPL" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" src_install() { make DESTDIR="${D}" install || die "install failed" }