diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-01-26 19:21:33 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-01-26 19:21:33 +0000 |
commit | a33e0e6eb13733fdb8f49efe7c232b4597711453 (patch) | |
tree | 44cf7725db5162a01d8b0dd67917b7ac901e9add /media-plugins/bmp-itouch/bmp-itouch-1.0.1.ebuild | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-a33e0e6eb13733fdb8f49efe7c232b4597711453.tar.gz gentoo-2-a33e0e6eb13733fdb8f49efe7c232b4597711453.tar.bz2 gentoo-2-a33e0e6eb13733fdb8f49efe7c232b4597711453.zip |
Version bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-plugins/bmp-itouch/bmp-itouch-1.0.1.ebuild')
-rw-r--r-- | media-plugins/bmp-itouch/bmp-itouch-1.0.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/media-plugins/bmp-itouch/bmp-itouch-1.0.1.ebuild b/media-plugins/bmp-itouch/bmp-itouch-1.0.1.ebuild new file mode 100644 index 000000000000..469e5575e552 --- /dev/null +++ b/media-plugins/bmp-itouch/bmp-itouch-1.0.1.ebuild @@ -0,0 +1,29 @@ +# 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.1 2005/01/26 19:21:33 chainsaw Exp $ + +IUSE="" + +DESCRIPTION="BMP plugin for the extra keys on multimedia keyboards" +HOMEPAGE="http://bmp-itouch.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" + +DEPEND="media-sound/beep-media-player + sys-devel/autoconf + dev-util/pkgconfig" + +src_install () { + make DESTDIR=${D} install || die +} + +pkg_postinst() { + einfo "To configure the multimedia keys on your keyboard for use with" + einfo "BMP, enable this plugin within BMP 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 :-)" +} |