# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="EasyH10 is a media database generator for the iRiver H10 series of Digital Audio Players" HOMEPAGE="http://easyh10.sourceforge.net" SRC_URI="mirror://sourceforge/easyh10/easyh10-1.0b8.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" RDEPEND="media-libs/libid3tag" src_unpack(){ unpack ${A} mv easyh10-1.0b8 ${P} } pkg_postinst() { einfo "To use EasyH10, you must select a profile for your player" einfo "These are stored in /usr/share/easyh10/model" einfo "To use the profile, use \"-t [full path to .model file]\"" einfo "Read \"easyh10 --help\" for an explanation of command switches" } src_install(){ einstall cui/easyh10 }