diff options
Diffstat (limited to 'app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild')
-rw-r--r-- | app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild b/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild new file mode 100644 index 000000000000..a9b90d81c690 --- /dev/null +++ b/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/logitech-applet/logitech-applet-0.4_pre1-r3.ebuild,v 1.1 2010/02/08 13:08:33 ssuominen Exp $ + +EAPI=2 +inherit eutils + +MY_P=${P/_pre/test} +MY_P=${MY_P/-applet/_applet} + +DESCRIPTION="Control utility for some special features of some special Logitech USB mice!" +HOMEPAGE="http://freshmeat.net/projects/logitech_applet/" +SRC_URI="http://www.frogmouth.net/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/libusb:0" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + epatch "${FILESDIR}"/logitech_applet-mx518.patch \ + "${FILESDIR}"/logitech_applet-mx518-2.patch \ + "${FILESDIR}"/add-new-id-of-mx300.patch +} + +src_install() { + dosbin logitech_applet || die + dodoc AUTHORS ChangeLog README doc/article.txt +} |