# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="command-line utility that guesses which encoder was used to create MP3 files" HOMEPAGE="http://www.unchartedbackwaters.co.uk/pyblosxom/static/encspot" MY_PV="2.01+mtn20110729" SRC_URI="http://www.unchartedbackwaters.co.uk/files/encspot/${PN}-${MY_PV}.tar.bz2" S=${WORKDIR}/${PN}-${MY_PV} # Homepage states "New BSD license" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-util/cmake" src_configure() { cmake . } src_install() { emake DESTDIR="${D}" install dodoc README LICENSE CHANGELOG doman ${S}/${PN}.1 }