# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 DESCRIPTION="Extended Module Player" HOMEPAGE="http://xmp.sourceforge.net/" SRC_URI="mirror://sourceforge/xmp/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" src_install() { default doman docs/libxmp.3 rm -f docs/{Makefile,libxmp.3,COPYING.LIB} dodoc -r docs/* }