# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-itouch/bmp-itouch-1.0.1.ebuild,v 1.2 2005/08/23 21:29:04 chainsaw Exp $ inherit autotools eutils IUSE="" DESCRIPTION="Audacious plugin for the extra keys on multimedia keyboards" HOMEPAGE="http://nedudu.hu/?page_id=11" SRC_URI="http://nedudu.hu/downloads/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND=">=media-sound/audacious-0.2 sys-devel/autoconf dev-util/pkgconfig" src_unpack () { unpack ${A} || die "unpacK failed" cd ${S} epatch ${FILESDIR}/${P}-autotools.patch || die "epatch failed" eautoreconf || die "eautoreconf failed" } src_install () { make DESTDIR=${D} install || die } pkg_postinst() { einfo "To configure the multimedia keys on your keyboard for use with" einfo "Audacious, enable this plugin within Audacious and choose a keyboard model" einfo "from the list. You can also \"grab\" keys within this" einfo "configuration screen. However, for complete freedom of choice" einfo "xev is your friend :-)" }